Html Css Color HEX #096475 Blue Lagoon

📋 copy color: '#096475'

red 9 ◦ green 100 ◦ blue 117

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

Shades of Blue Lagoon #096475

Tints of Blue Lagoon #096475

RGB

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

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

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

R = 3.98%
G = 44.25%
B = 51.77%

CMYK

 C value IS 0.92

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#096475 (or 0x096475) is known color: Blue Lagoon. HEX triplet: 09, 64 and 75. RGB value is (9,100,117). Sum of RGB (Red+Green+Blue) = 9+100+117=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 100 (39.45% from 255 or 44.25% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #096475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096475 is #F69B8A. Grayscale: #4A4A4A. Windows color (decimal): -16161675 or 7693321. OLE color: 7693321.

HSL color Cylindrical-coordinate representation of color #096475: hue angle of 189.44º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096475 is Cyan = 0.92, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 100 117 -
CMYK 0.92 0.15 0 0.54
HSL 189.44º 0.86% 0.25% -
HSV(B) 189.44º 0.92% 0.46% -
XYZ 7.88 10.46 18.43 -
YUV 74.73 151.85 81.12 -
System Red Green Blue C M Y K H S L
Decimal 9 100 117 0.92 0.15 0 0.54 189.44 0.86 0.25
Hex 9 64 75 5C F 0 36 BD 56 19
Octal 11 144 165 134 17 0 66 275 126 31
Binary 1001 1100100 1110101 1011100 1111 0 110110 10111101 1010110 11001

Color Harmonies of #096475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096475

Black with #096475

Text Example


Text Example

White with #096475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096475; }

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

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

background-color css

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

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

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

border-color css

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

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

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