Html Css Color HEX #096FAA Cerulean

📋 copy color: '#096FAA'

red 9 ◦ green 111 ◦ blue 170

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

Shades of Cerulean #096FAA

Tints of Cerulean #096FAA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.28%

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

R = 3.1%
G = 38.28%
B = 58.62%

CMYK

 C value IS 0.95

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#096FAA (or 0x096FAA) is known color: Cerulean. HEX triplet: 09, 6F and AA. RGB value is (9,111,170). Sum of RGB (Red+Green+Blue) = 9+111+170=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 170 (66.80% from 255 or 58.62% from 290); Max value from RGB is 170 - color contains mainly: blue. Hex color #096FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096FAA is #F69055. Grayscale: #565656. Windows color (decimal): -16158806 or 11169545. OLE color: 11169545.

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

Color convert

RGB 9 111 170 -
CMYK 0.95 0.35 0 0.33
HSL 201.99º 0.9% 0.35% -
HSV(B) 201.99º 0.95% 0.67% -
XYZ 13.05 14.33 40.11 -
YUV 87.23 174.71 72.2 -
System Red Green Blue C M Y K H S L
Decimal 9 111 170 0.95 0.35 0 0.33 201.99 0.9 0.35
Hex 9 6F AA 5F 23 0 21 CA 5A 23
Octal 11 157 252 137 43 0 41 312 132 43
Binary 1001 1101111 10101010 1011111 100011 0 100001 11001010 1011010 100011

Color Harmonies of #096FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096FAA

Black with #096FAA

Text Example


Text Example

White with #096FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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