Html Css Color HEX #015973 Blue Lagoon

📋 copy color: '#015973'

red 1 ◦ green 89 ◦ blue 115

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

Shades of Blue Lagoon #015973

Tints of Blue Lagoon #015973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 56.1%

R = 0.49%
G = 43.41%
B = 56.1%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#015973 (or 0x015973) is known color: Blue Lagoon. HEX triplet: 01, 59 and 73. RGB value is (1,89,115). Sum of RGB (Red+Green+Blue) = 1+89+115=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 89 (35.16% from 255 or 43.41% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #015973 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015973 is #FEA68C. Grayscale: #414141. Windows color (decimal): -16688781 or 7559425. OLE color: 7559425.

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

Color convert

RGB 1 89 115 -
CMYK 0.99 0.23 0 0.55
HSL 193.68º 0.98% 0.23% -
HSV(B) 193.68º 0.99% 0.45% -
XYZ 6.68 8.39 17.49 -
YUV 65.65 155.85 81.89 -
System Red Green Blue C M Y K H S L
Decimal 1 89 115 0.99 0.23 0 0.55 193.68 0.98 0.23
Hex 1 59 73 63 17 0 37 C2 62 17
Octal 1 131 163 143 27 0 67 302 142 27
Binary 1 1011001 1110011 1100011 10111 0 110111 11000010 1100010 10111

Color Harmonies of #015973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015973

Black with #015973

Text Example


Text Example

White with #015973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015973; }

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

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

background-color css

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

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

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

border-color css

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

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

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