Html Css Color HEX #096BAC Cerulean

📋 copy color: '#096BAC'

red 9 ◦ green 107 ◦ blue 172

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

Shades of Cerulean #096BAC

Tints of Cerulean #096BAC

RGB

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

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

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

R = 3.13%
G = 37.15%
B = 59.72%

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

#096BAC (or 0x096BAC) is known color: Cerulean. HEX triplet: 09, 6B and AC. RGB value is (9,107,172). Sum of RGB (Red+Green+Blue) = 9+107+172=288 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.12% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #096BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096BAC is #F69453. Grayscale: #545454. Windows color (decimal): -16159828 or 11299593. OLE color: 11299593.

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

Color convert

RGB 9 107 172 -
CMYK 0.95 0.38 0 0.33
HSL 203.93º 0.9% 0.35% -
HSV(B) 203.93º 0.95% 0.67% -
XYZ 12.82 13.55 40.97 -
YUV 85.11 177.03 73.71 -
System Red Green Blue C M Y K H S L
Decimal 9 107 172 0.95 0.38 0 0.33 203.93 0.9 0.35
Hex 9 6B AC 5F 26 0 21 CC 5A 23
Octal 11 153 254 137 46 0 41 314 132 43
Binary 1001 1101011 10101100 1011111 100110 0 100001 11001100 1011010 100011

Color Harmonies of #096BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096BAC

Black with #096BAC

Text Example


Text Example

White with #096BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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