Html Css Color HEX #015975 Blue Lagoon

📋 copy color: '#015975'

red 1 ◦ green 89 ◦ blue 117

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

Shades of Blue Lagoon #015975

Tints of Blue Lagoon #015975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 56.52%

R = 0.48%
G = 43%
B = 56.52%

CMYK

 C value IS 0.99

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#015975 (or 0x015975) is known color: Blue Lagoon. HEX triplet: 01, 59 and 75. RGB value is (1,89,117). Sum of RGB (Red+Green+Blue) = 1+89+117=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #015975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015975 is #FEA68A. Grayscale: #414141. Windows color (decimal): -16688779 or 7690497. OLE color: 7690497.

HSL color Cylindrical-coordinate representation of color #015975: hue angle of 194.48º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015975 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 1 89 117 -
CMYK 0.99 0.24 0 0.54
HSL 194.48º 0.98% 0.23% -
HSV(B) 194.48º 0.99% 0.46% -
XYZ 6.8 8.44 18.1 -
YUV 65.88 156.85 81.72 -
System Red Green Blue C M Y K H S L
Decimal 1 89 117 0.99 0.24 0 0.54 194.48 0.98 0.23
Hex 1 59 75 63 18 0 36 C2 62 17
Octal 1 131 165 143 30 0 66 302 142 27
Binary 1 1011001 1110101 1100011 11000 0 110110 11000010 1100010 10111

Color Harmonies of #015975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015975

Black with #015975

Text Example


Text Example

White with #015975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015975; }

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

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

background-color css

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

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

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

border-color css

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

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

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