Html Css Color HEX #015972 Blue Lagoon

📋 copy color: '#015972'

red 1 ◦ green 89 ◦ blue 114

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

Shades of Blue Lagoon #015972

Tints of Blue Lagoon #015972

RGB

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

 GREEN value IS 89 (35.16% from 255) = 43.63%

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

R = 0.49%
G = 43.63%
B = 55.88%

CMYK

 C value IS 0.99

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#015972 (or 0x015972) is known color: Blue Lagoon. HEX triplet: 01, 59 and 72. RGB value is (1,89,114). Sum of RGB (Red+Green+Blue) = 1+89+114=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 89 (35.16% from 255 or 43.63% from 204); Blue value is 114 (44.92% from 255 or 55.88% from 204); Max value from RGB is 114 - color contains mainly: blue. Hex color #015972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015972 is #FEA68D. Grayscale: #414141. Windows color (decimal): -16688782 or 7493889. OLE color: 7493889.

HSL color Cylindrical-coordinate representation of color #015972: hue angle of 193.27º 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 #015972 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 89 114 -
CMYK 0.99 0.22 0 0.55
HSL 193.27º 0.98% 0.23% -
HSV(B) 193.27º 0.99% 0.45% -
XYZ 6.62 8.37 17.19 -
YUV 65.54 155.35 81.97 -
System Red Green Blue C M Y K H S L
Decimal 1 89 114 0.99 0.22 0 0.55 193.27 0.98 0.23
Hex 1 59 72 63 16 0 37 C1 62 17
Octal 1 131 162 143 26 0 67 301 142 27
Binary 1 1011001 1110010 1100011 10110 0 110111 11000001 1100010 10111

Color Harmonies of #015972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015972

Black with #015972

Text Example


Text Example

White with #015972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015972; }

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

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

background-color css

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

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

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

border-color css

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

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

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