Html Css Color HEX #096CA6 Cerulean

📋 copy color: '#096CA6'

red 9 ◦ green 108 ◦ blue 166

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

Shades of Cerulean #096CA6

Tints of Cerulean #096CA6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.16%

 BLUE value IS 166 (65.23% from 255) = 58.66%

R = 3.18%
G = 38.16%
B = 58.66%

CMYK

 C value IS 0.95

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#096CA6 (or 0x096CA6) is known color: Cerulean. HEX triplet: 09, 6C and A6. RGB value is (9,108,166). Sum of RGB (Red+Green+Blue) = 9+108+166=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 166 (65.23% from 255 or 58.66% from 283); Max value from RGB is 166 - color contains mainly: blue. Hex color #096CA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096CA6 is #F69359. Grayscale: #545454. Windows color (decimal): -16159578 or 10906633. OLE color: 10906633.

HSL color Cylindrical-coordinate representation of color #096CA6: hue angle of 202.17º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096CA6 is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 9 108 166 -
CMYK 0.95 0.35 0 0.35
HSL 202.17º 0.9% 0.34% -
HSV(B) 202.17º 0.95% 0.65% -
XYZ 12.36 13.54 38.04 -
YUV 85.01 173.7 73.78 -
System Red Green Blue C M Y K H S L
Decimal 9 108 166 0.95 0.35 0 0.35 202.17 0.9 0.34
Hex 9 6C A6 5F 23 0 23 CA 5A 22
Octal 11 154 246 137 43 0 43 312 132 42
Binary 1001 1101100 10100110 1011111 100011 0 100011 11001010 1011010 100010

Color Harmonies of #096CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096CA6

Black with #096CA6

Text Example


Text Example

White with #096CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,108,166); }

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

background-color css

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

 a { background-color: rgb(9,108,166); }

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

border-color css

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

 span { border-color: rgb(9,108,166); }

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