Html Css Color HEX #096E9D Cerulean

📋 copy color: '#096E9D'

red 9 ◦ green 110 ◦ blue 157

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

Shades of Cerulean #096E9D

Tints of Cerulean #096E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 56.88%

R = 3.26%
G = 39.86%
B = 56.88%

CMYK

 C value IS 0.94

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#096E9D (or 0x096E9D) is known color: Cerulean. HEX triplet: 09, 6E and 9D. RGB value is (9,110,157). Sum of RGB (Red+Green+Blue) = 9+110+157=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #096E9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096E9D is #F69162. Grayscale: #545454. Windows color (decimal): -16159075 or 10317321. OLE color: 10317321.

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

Color convert

RGB 9 110 157 -
CMYK 0.94 0.30 0 0.38
HSL 199.05º 0.89% 0.33% -
HSV(B) 199.05º 0.94% 0.62% -
XYZ 11.77 13.64 33.91 -
YUV 85.16 168.54 73.68 -
System Red Green Blue C M Y K H S L
Decimal 9 110 157 0.94 0.30 0 0.38 199.05 0.89 0.33
Hex 9 6E 9D 5E 1E 0 26 C7 59 21
Octal 11 156 235 136 36 0 46 307 131 41
Binary 1001 1101110 10011101 1011110 11110 0 100110 11000111 1011001 100001

Color Harmonies of #096E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096E9D

Black with #096E9D

Text Example


Text Example

White with #096E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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