Html Css Color HEX #096EA1 Cerulean

📋 copy color: '#096EA1'

red 9 ◦ green 110 ◦ blue 161

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

Shades of Cerulean #096EA1

Tints of Cerulean #096EA1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.29%

 BLUE value IS 161 (63.28% from 255) = 57.5%

R = 3.21%
G = 39.29%
B = 57.5%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#096EA1 (or 0x096EA1) is known color: Cerulean. HEX triplet: 09, 6E and A1. RGB value is (9,110,161). Sum of RGB (Red+Green+Blue) = 9+110+161=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 161 (63.28% from 255 or 57.5% from 280); Max value from RGB is 161 - color contains mainly: blue. Hex color #096EA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096EA1 is #F6915E. Grayscale: #555555. Windows color (decimal): -16159071 or 10579465. OLE color: 10579465.

HSL color Cylindrical-coordinate representation of color #096EA1: hue angle of 200.13º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096EA1 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 110 161 -
CMYK 0.94 0.32 0 0.37
HSL 200.13º 0.89% 0.33% -
HSV(B) 200.13º 0.94% 0.63% -
XYZ 12.12 13.78 35.74 -
YUV 85.62 170.54 73.35 -
System Red Green Blue C M Y K H S L
Decimal 9 110 161 0.94 0.32 0 0.37 200.13 0.89 0.33
Hex 9 6E A1 5E 20 0 25 C8 59 21
Octal 11 156 241 136 40 0 45 310 131 41
Binary 1001 1101110 10100001 1011110 100000 0 100101 11001000 1011001 100001

Color Harmonies of #096EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096EA1

Black with #096EA1

Text Example


Text Example

White with #096EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,110,161); }

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

background-color css

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

 a { background-color: rgb(9,110,161); }

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

border-color css

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

 span { border-color: rgb(9,110,161); }

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