Html Css Color HEX #096AAC Cerulean

📋 copy color: '#096AAC'

red 9 ◦ green 106 ◦ blue 172

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

Shades of Cerulean #096AAC

Tints of Cerulean #096AAC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.93%

 BLUE value IS 172 (67.58% from 255) = 59.93%

R = 3.14%
G = 36.93%
B = 59.93%

CMYK

 C value IS 0.95

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#096AAC (or 0x096AAC) is known color: Cerulean. HEX triplet: 09, 6A and AC. RGB value is (9,106,172). Sum of RGB (Red+Green+Blue) = 9+106+172=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #096AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096AAC is #F69553. Grayscale: #545454. Windows color (decimal): -16160084 or 11299337. OLE color: 11299337.

HSL color Cylindrical-coordinate representation of color #096AAC: hue angle of 204.29º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096AAC is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 106 172 -
CMYK 0.95 0.38 0 0.33
HSL 204.29º 0.9% 0.35% -
HSV(B) 204.29º 0.95% 0.67% -
XYZ 12.71 13.34 40.94 -
YUV 84.52 177.36 74.13 -
System Red Green Blue C M Y K H S L
Decimal 9 106 172 0.95 0.38 0 0.33 204.29 0.9 0.35
Hex 9 6A AC 5F 26 0 21 CC 5A 23
Octal 11 152 254 137 46 0 41 314 132 43
Binary 1001 1101010 10101100 1011111 100110 0 100001 11001100 1011010 100011

Color Harmonies of #096AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096AAC

Black with #096AAC

Text Example


Text Example

White with #096AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096AAC; }

 p { color: rgb(9,106,172); }

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

background-color css

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

 a { background-color: rgb(9,106,172); }

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

border-color css

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

 span { border-color: rgb(9,106,172); }

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