Html Css Color HEX #096AAA Cerulean

📋 copy color: '#096AAA'

red 9 ◦ green 106 ◦ blue 170

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

Shades of Cerulean #096AAA

Tints of Cerulean #096AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 59.65%

R = 3.16%
G = 37.19%
B = 59.65%

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

#096AAA (or 0x096AAA) is known color: Cerulean. HEX triplet: 09, 6A and AA. RGB value is (9,106,170). Sum of RGB (Red+Green+Blue) = 9+106+170=285 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.16% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #096AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096AAA is #F69555. Grayscale: #535353. Windows color (decimal): -16160086 or 11168265. OLE color: 11168265.

HSL color Cylindrical-coordinate representation of color #096AAA: hue angle of 203.85º 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 #096AAA is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 106 170 -
CMYK 0.95 0.38 0 0.33
HSL 203.85º 0.9% 0.35% -
HSV(B) 203.85º 0.95% 0.67% -
XYZ 12.52 13.27 39.93 -
YUV 84.29 176.36 74.3 -
System Red Green Blue C M Y K H S L
Decimal 9 106 170 0.95 0.38 0 0.33 203.85 0.9 0.35
Hex 9 6A AA 5F 26 0 21 CC 5A 23
Octal 11 152 252 137 46 0 41 314 132 43
Binary 1001 1101010 10101010 1011111 100110 0 100001 11001100 1011010 100011

Color Harmonies of #096AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096AAA

Black with #096AAA

Text Example


Text Example

White with #096AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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