Html Css Color HEX #096692 Cerulean

📋 copy color: '#096692'

red 9 ◦ green 102 ◦ blue 146

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

Shades of Cerulean #096692

Tints of Cerulean #096692

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.69%

 BLUE value IS 146 (57.42% from 255) = 56.81%

R = 3.5%
G = 39.69%
B = 56.81%

CMYK

 C value IS 0.94

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#096692 (or 0x096692) is known color: Cerulean. HEX triplet: 09, 66 and 92. RGB value is (9,102,146). Sum of RGB (Red+Green+Blue) = 9+102+146=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #096692 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096692 is #F6996D. Grayscale: #4E4E4E. Windows color (decimal): -16161134 or 9594377. OLE color: 9594377.

HSL color Cylindrical-coordinate representation of color #096692: hue angle of 199.27º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096692 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 102 146 -
CMYK 0.94 0.30 0 0.43
HSL 199.27º 0.88% 0.3% -
HSV(B) 199.27º 0.94% 0.57% -
XYZ 10.05 11.64 28.91 -
YUV 79.21 165.69 77.92 -
System Red Green Blue C M Y K H S L
Decimal 9 102 146 0.94 0.30 0 0.43 199.27 0.88 0.3
Hex 9 66 92 5E 1E 0 2B C7 58 1E
Octal 11 146 222 136 36 0 53 307 130 36
Binary 1001 1100110 10010010 1011110 11110 0 101011 11000111 1011000 11110

Color Harmonies of #096692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096692

Black with #096692

Text Example


Text Example

White with #096692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096692; }

 p { color: rgb(9,102,146); }

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

background-color css

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

 a { background-color: rgb(9,102,146); }

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

border-color css

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

 span { border-color: rgb(9,102,146); }

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