Html Css Color HEX #096EB2 Cerulean

📋 copy color: '#096EB2'

red 9 ◦ green 110 ◦ blue 178

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

Shades of Cerulean #096EB2

Tints of Cerulean #096EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 59.93%

R = 3.03%
G = 37.04%
B = 59.93%

CMYK

 C value IS 0.95

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#096EB2 (or 0x096EB2) is known color: Cerulean. HEX triplet: 09, 6E and B2. RGB value is (9,110,178). Sum of RGB (Red+Green+Blue) = 9+110+178=297 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.03% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 178 (69.92% from 255 or 59.93% from 297); Max value from RGB is 178 - color contains mainly: blue. Hex color #096EB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096EB2 is #F6914D. Grayscale: #575757. Windows color (decimal): -16159054 or 11693577. OLE color: 11693577.

HSL color Cylindrical-coordinate representation of color #096EB2: hue angle of 204.14º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #096EB2 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 9 110 178 -
CMYK 0.95 0.38 0 0.30
HSL 204.14º 0.9% 0.37% -
HSV(B) 204.14º 0.95% 0.7% -
XYZ 13.72 14.42 44.18 -
YUV 87.55 179.04 71.97 -
System Red Green Blue C M Y K H S L
Decimal 9 110 178 0.95 0.38 0 0.30 204.14 0.9 0.37
Hex 9 6E B2 5F 26 0 1E CC 5A 25
Octal 11 156 262 137 46 0 36 314 132 45
Binary 1001 1101110 10110010 1011111 100110 0 11110 11001100 1011010 100101

Color Harmonies of #096EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096EB2

Black with #096EB2

Text Example


Text Example

White with #096EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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