Html Css Color HEX #096D9E Cerulean

📋 copy color: '#096D9E'

red 9 ◦ green 109 ◦ blue 158

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

Shades of Cerulean #096D9E

Tints of Cerulean #096D9E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.49%

 BLUE value IS 158 (62.11% from 255) = 57.25%

R = 3.26%
G = 39.49%
B = 57.25%

CMYK

 C value IS 0.94

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#096D9E (or 0x096D9E) is known color: Cerulean. HEX triplet: 09, 6D and 9E. RGB value is (9,109,158). Sum of RGB (Red+Green+Blue) = 9+109+158=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #096D9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096D9E is #F69261. Grayscale: #545454. Windows color (decimal): -16159330 or 10382601. OLE color: 10382601.

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

Color convert

RGB 9 109 158 -
CMYK 0.94 0.31 0 0.38
HSL 199.73º 0.89% 0.33% -
HSV(B) 199.73º 0.94% 0.62% -
XYZ 11.75 13.46 34.33 -
YUV 84.69 169.37 74.02 -
System Red Green Blue C M Y K H S L
Decimal 9 109 158 0.94 0.31 0 0.38 199.73 0.89 0.33
Hex 9 6D 9E 5E 1F 0 26 C8 59 21
Octal 11 155 236 136 37 0 46 310 131 41
Binary 1001 1101101 10011110 1011110 11111 0 100110 11001000 1011001 100001

Color Harmonies of #096D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096D9E

Black with #096D9E

Text Example


Text Example

White with #096D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,109,158); }

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

background-color css

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

 a { background-color: rgb(9,109,158); }

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

border-color css

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

 span { border-color: rgb(9,109,158); }

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