Html Css Color HEX #096694 Cerulean

📋 copy color: '#096694'

red 9 ◦ green 102 ◦ blue 148

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

Shades of Cerulean #096694

Tints of Cerulean #096694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 57.14%

R = 3.47%
G = 39.38%
B = 57.14%

CMYK

 C value IS 0.94

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#096694 (or 0x096694) is known color: Cerulean. HEX triplet: 09, 66 and 94. RGB value is (9,102,148). Sum of RGB (Red+Green+Blue) = 9+102+148=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 102 (40.23% from 255 or 39.38% from 259); Blue value is 148 (58.20% from 255 or 57.14% from 259); Max value from RGB is 148 - color contains mainly: blue. Hex color #096694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096694 is #F6996B. Grayscale: #4F4F4F. Windows color (decimal): -16161132 or 9725449. OLE color: 9725449.

HSL color Cylindrical-coordinate representation of color #096694: hue angle of 199.86º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096694 is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 102 148 -
CMYK 0.94 0.31 0 0.42
HSL 199.86º 0.89% 0.31% -
HSV(B) 199.86º 0.94% 0.58% -
XYZ 10.21 11.7 29.74 -
YUV 79.44 166.69 77.76 -
System Red Green Blue C M Y K H S L
Decimal 9 102 148 0.94 0.31 0 0.42 199.86 0.89 0.31
Hex 9 66 94 5E 1F 0 2A C8 59 1F
Octal 11 146 224 136 37 0 52 310 131 37
Binary 1001 1100110 10010100 1011110 11111 0 101010 11001000 1011001 11111

Color Harmonies of #096694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096694

Black with #096694

Text Example


Text Example

White with #096694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096694; }

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

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

background-color css

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

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

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

border-color css

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

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

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