Html Css Color HEX #096474 Blue Lagoon

📋 copy color: '#096474'

red 9 ◦ green 100 ◦ blue 116

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

Shades of Blue Lagoon #096474

Tints of Blue Lagoon #096474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 51.56%

R = 4%
G = 44.44%
B = 51.56%

CMYK

 C value IS 0.92

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#096474 (or 0x096474) is known color: Blue Lagoon. HEX triplet: 09, 64 and 74. RGB value is (9,100,116). Sum of RGB (Red+Green+Blue) = 9+100+116=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #096474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096474 is #F69B8B. Grayscale: #4A4A4A. Windows color (decimal): -16161676 or 7627785. OLE color: 7627785.

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

Color convert

RGB 9 100 116 -
CMYK 0.92 0.14 0 0.55
HSL 188.97º 0.86% 0.25% -
HSV(B) 188.97º 0.92% 0.45% -
XYZ 7.82 10.43 18.12 -
YUV 74.62 151.35 81.2 -
System Red Green Blue C M Y K H S L
Decimal 9 100 116 0.92 0.14 0 0.55 188.97 0.86 0.25
Hex 9 64 74 5C E 0 37 BD 56 19
Octal 11 144 164 134 16 0 67 275 126 31
Binary 1001 1100100 1110100 1011100 1110 0 110111 10111101 1010110 11001

Color Harmonies of #096474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096474

Black with #096474

Text Example


Text Example

White with #096474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096474; }

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

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

background-color css

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

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

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

border-color css

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

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

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