#015F67

Color #015F67 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #015F67

Tints of Blue Lagoon #015F67

Color information

#015F67 (or 0x015F67) is unknown color: approx Blue Lagoon. HEX triplet: 01, 5F and 67. RGB value is (1,95,103). Sum of RGB (Red+Green+Blue) = 1+95+103=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 95 (37.5% from 255 or 47.74% from 199); Blue value is 103 (40.62% from 255 or 51.76% from 199); Max value from RGB is 103 - color contains mainly: blue. Hex color #015F67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015F67 is #FEA098. Grayscale: #434343. Windows color (decimal): -16687257 or 6774529. OLE color: 6774529.

HSL color Cylindrical-coordinate representation of color #015F67: hue angle of 184.71º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015F67 is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB195103-
CMYK0.990.0800.60
HSL184.71º98.08%20.39%-
HSV(B)184.71º99.03%40.39%-
XYZ6.559.1714.26-
YUV67.81147.8680.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 95 (37.5% from 255) = 47.74%
BLUE value IS 103 (40.62% from 255) = 51.76%
R=0.50%
G=47.74%
B=51.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1951030.990.0800.60184.7198.0820.39
Hex15F6763803Cb96214
Octal11371471431007427114224
Binary11011111110011111000111000011110010111001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015F67; }

 p { color: rgb(1,95,103); }

 H1.HeaderClassName
 {
   color: #015F67;
 }
 .AnyTagClassName
 {
   color: #015F67;
 }
</style>
background-color css

<style>
 a { background-color: #015F67; }

 a { background-color: rgb(1,95,103); }

 div.DivClassName
 {
   background-color: #015F67;
 }
 .BgClassName
 {
   background-color: #015F67;
 }
</style>
border-color css

<style>
 span { border-color: #015F67; }

 span { border-color: rgb(1,95,103); }

 td.TdClassName
 {
   border-color: #015F67;
 }
 .TagClassName
 {
   border-color: #015F67;
 }
</style>