Html Css Color HEX #096578 Blue Lagoon

📋 copy color: '#096578'

red 9 ◦ green 101 ◦ blue 120

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

Shades of Blue Lagoon #096578

Tints of Blue Lagoon #096578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 52.17%

R = 3.91%
G = 43.91%
B = 52.17%

CMYK

 C value IS 0.92

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#096578 (or 0x096578) is known color: Blue Lagoon. HEX triplet: 09, 65 and 78. RGB value is (9,101,120). Sum of RGB (Red+Green+Blue) = 9+101+120=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #096578 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096578 is #F69A87. Grayscale: #4B4B4B. Windows color (decimal): -16161416 or 7890185. OLE color: 7890185.

HSL color Cylindrical-coordinate representation of color #096578: hue angle of 190.27º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096578 is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 101 120 -
CMYK 0.92 0.16 0 0.53
HSL 190.27º 0.86% 0.25% -
HSV(B) 190.27º 0.93% 0.47% -
XYZ 8.16 10.72 19.41 -
YUV 75.66 153.02 80.46 -
System Red Green Blue C M Y K H S L
Decimal 9 101 120 0.92 0.16 0 0.53 190.27 0.86 0.25
Hex 9 65 78 5C 10 0 35 BE 56 19
Octal 11 145 170 134 20 0 65 276 126 31
Binary 1001 1100101 1111000 1011100 10000 0 110101 10111110 1010110 11001

Color Harmonies of #096578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096578

Black with #096578

Text Example


Text Example

White with #096578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096578; }

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

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

background-color css

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

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

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

border-color css

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

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

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