Html Css Color HEX #096478 Blue Lagoon

📋 copy color: '#096478'

red 9 ◦ green 100 ◦ blue 120

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

Shades of Blue Lagoon #096478

Tints of Blue Lagoon #096478

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.67%

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

R = 3.93%
G = 43.67%
B = 52.4%

CMYK

 C value IS 0.92

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#096478 (or 0x096478) is known color: Blue Lagoon. HEX triplet: 09, 64 and 78. RGB value is (9,100,120). Sum of RGB (Red+Green+Blue) = 9+100+120=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #096478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096478 is #F69B87. Grayscale: #4A4A4A. Windows color (decimal): -16161672 or 7889929. OLE color: 7889929.

HSL color Cylindrical-coordinate representation of color #096478: hue angle of 190.81º 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 #096478 is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 100 120 -
CMYK 0.92 0.17 0 0.53
HSL 190.81º 0.86% 0.25% -
HSV(B) 190.81º 0.93% 0.47% -
XYZ 8.06 10.53 19.38 -
YUV 75.07 153.35 80.87 -
System Red Green Blue C M Y K H S L
Decimal 9 100 120 0.92 0.17 0 0.53 190.81 0.86 0.25
Hex 9 64 78 5C 11 0 35 BF 56 19
Octal 11 144 170 134 21 0 65 277 126 31
Binary 1001 1100100 1111000 1011100 10001 0 110101 10111111 1010110 11001

Color Harmonies of #096478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096478

Black with #096478

Text Example


Text Example

White with #096478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096478; }

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

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

background-color css

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

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

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

border-color css

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

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

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