Html Css Color HEX #096DAC Cerulean

📋 copy color: '#096DAC'

red 9 ◦ green 109 ◦ blue 172

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

Shades of Cerulean #096DAC

Tints of Cerulean #096DAC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.59%

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

R = 3.1%
G = 37.59%
B = 59.31%

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

#096DAC (or 0x096DAC) is known color: Cerulean. HEX triplet: 09, 6D and AC. RGB value is (9,109,172). Sum of RGB (Red+Green+Blue) = 9+109+172=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #096DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096DAC is #F69253. Grayscale: #555555. Windows color (decimal): -16159316 or 11300105. OLE color: 11300105.

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

Color convert

RGB 9 109 172 -
CMYK 0.95 0.37 0 0.33
HSL 203.19º 0.9% 0.35% -
HSV(B) 203.19º 0.95% 0.67% -
XYZ 13.03 13.97 41.04 -
YUV 86.28 176.37 72.88 -
System Red Green Blue C M Y K H S L
Decimal 9 109 172 0.95 0.37 0 0.33 203.19 0.9 0.35
Hex 9 6D AC 5F 25 0 21 CB 5A 23
Octal 11 155 254 137 45 0 41 313 132 43
Binary 1001 1101101 10101100 1011111 100101 0 100001 11001011 1011010 100011

Color Harmonies of #096DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096DAC

Black with #096DAC

Text Example


Text Example

White with #096DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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