Html Css Color HEX #015F72 Blue Lagoon

📋 copy color: '#015F72'

red 1 ◦ green 95 ◦ blue 114

#015F72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #015F72

Tints of Blue Lagoon #015F72

RGB

 RED value IS 1 (0.78% from 255) = 0.48%

 GREEN value IS 95 (37.5% from 255) = 45.24%

 BLUE value IS 114 (44.92% from 255) = 54.29%

R = 0.48%
G = 45.24%
B = 54.29%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#015F72 (or 0x015F72) is known color: Blue Lagoon. HEX triplet: 01, 5F and 72. RGB value is (1,95,114). Sum of RGB (Red+Green+Blue) = 1+95+114=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 95 (37.5% from 255 or 45.24% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #015F72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015F72 is #FEA08D. Grayscale: #444444. Windows color (decimal): -16687246 or 7495425. OLE color: 7495425.

HSL color Cylindrical-coordinate representation of color #015F72: hue angle of 190.09º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015F72 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 95 114 -
CMYK 0.99 0.17 0 0.55
HSL 190.09º 0.98% 0.23% -
HSV(B) 190.09º 0.99% 0.45% -
XYZ 7.14 9.41 17.36 -
YUV 69.06 153.36 79.46 -
System Red Green Blue C M Y K H S L
Decimal 1 95 114 0.99 0.17 0 0.55 190.09 0.98 0.23
Hex 1 5F 72 63 11 0 37 BE 62 17
Octal 1 137 162 143 21 0 67 276 142 27
Binary 1 1011111 1110010 1100011 10001 0 110111 10111110 1100010 10111

Color Harmonies of #015F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015F72

Black with #015F72

Text Example


Text Example

White with #015F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #015F72;
 }
 .AnyTagClassName
 {
   color: #015F72;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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