Html Css Color HEX #096BAA Cerulean

📋 copy color: '#096BAA'

red 9 ◦ green 107 ◦ blue 170

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

Shades of Cerulean #096BAA

Tints of Cerulean #096BAA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.41%

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

R = 3.15%
G = 37.41%
B = 59.44%

CMYK

 C value IS 0.95

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#096BAA (or 0x096BAA) is known color: Cerulean. HEX triplet: 09, 6B and AA. RGB value is (9,107,170). Sum of RGB (Red+Green+Blue) = 9+107+170=286 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.15% from 286); Green value is 107 (42.19% from 255 or 37.41% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #096BAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096BAA is #F69455. Grayscale: #545454. Windows color (decimal): -16159830 or 11168521. OLE color: 11168521.

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

Color convert

RGB 9 107 170 -
CMYK 0.95 0.37 0 0.33
HSL 203.48º 0.9% 0.35% -
HSV(B) 203.48º 0.95% 0.67% -
XYZ 12.63 13.48 39.97 -
YUV 84.88 176.03 73.88 -
System Red Green Blue C M Y K H S L
Decimal 9 107 170 0.95 0.37 0 0.33 203.48 0.9 0.35
Hex 9 6B AA 5F 25 0 21 CB 5A 23
Octal 11 153 252 137 45 0 41 313 132 43
Binary 1001 1101011 10101010 1011111 100101 0 100001 11001011 1011010 100011

Color Harmonies of #096BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BAA

Black with #096BAA

Text Example


Text Example

White with #096BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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