Html Css Color HEX #096570 Blue Lagoon

📋 copy color: '#096570'

red 9 ◦ green 101 ◦ blue 112

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

Shades of Blue Lagoon #096570

Tints of Blue Lagoon #096570

RGB

 RED value IS 9 (3.91% from 255) = 4.05%

 GREEN value IS 101 (39.84% from 255) = 45.5%

 BLUE value IS 112 (44.14% from 255) = 50.45%

R = 4.05%
G = 45.5%
B = 50.45%

CMYK

 C value IS 0.92

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#096570 (or 0x096570) is known color: Blue Lagoon. HEX triplet: 09, 65 and 70. RGB value is (9,101,112). Sum of RGB (Red+Green+Blue) = 9+101+112=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #096570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096570 is #F69A8F. Grayscale: #4A4A4A. Windows color (decimal): -16161424 or 7365897. OLE color: 7365897.

HSL color Cylindrical-coordinate representation of color #096570: hue angle of 186.41º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096570 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 101 112 -
CMYK 0.92 0.10 0 0.56
HSL 186.41º 0.85% 0.24% -
HSV(B) 186.41º 0.92% 0.44% -
XYZ 7.69 10.54 16.96 -
YUV 74.75 149.02 81.11 -
System Red Green Blue C M Y K H S L
Decimal 9 101 112 0.92 0.10 0 0.56 186.41 0.85 0.24
Hex 9 65 70 5C A 0 38 BA 55 18
Octal 11 145 160 134 12 0 70 272 125 30
Binary 1001 1100101 1110000 1011100 1010 0 111000 10111010 1010101 11000

Color Harmonies of #096570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096570

Black with #096570

Text Example


Text Example

White with #096570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096570; }

 p { color: rgb(9,101,112); }

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

background-color css

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

 a { background-color: rgb(9,101,112); }

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

border-color css

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

 span { border-color: rgb(9,101,112); }

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