Html Css Color HEX #096B9C Cerulean

📋 copy color: '#096B9C'

red 9 ◦ green 107 ◦ blue 156

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

Shades of Cerulean #096B9C

Tints of Cerulean #096B9C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.34%

 BLUE value IS 156 (61.33% from 255) = 57.35%

R = 3.31%
G = 39.34%
B = 57.35%

CMYK

 C value IS 0.94

 M value IS 0.31

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#096B9C (or 0x096B9C) is known color: Cerulean. HEX triplet: 09, 6B and 9C. RGB value is (9,107,156). Sum of RGB (Red+Green+Blue) = 9+107+156=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 156 (61.33% from 255 or 57.35% from 272); Max value from RGB is 156 - color contains mainly: blue. Hex color #096B9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096B9C is #F69463. Grayscale: #525252. Windows color (decimal): -16159844 or 10251017. OLE color: 10251017.

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

Color convert

RGB 9 107 156 -
CMYK 0.94 0.31 0 0.39
HSL 200º 0.89% 0.32% -
HSV(B) 200º 0.94% 0.61% -
XYZ 11.37 12.97 33.36 -
YUV 83.28 169.03 75.02 -
System Red Green Blue C M Y K H S L
Decimal 9 107 156 0.94 0.31 0 0.39 200 0.89 0.32
Hex 9 6B 9C 5E 1F 0 27 C8 59 20
Octal 11 153 234 136 37 0 47 310 131 40
Binary 1001 1101011 10011100 1011110 11111 0 100111 11001000 1011001 100000

Color Harmonies of #096B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B9C

Black with #096B9C

Text Example


Text Example

White with #096B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,107,156); }

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

background-color css

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

 a { background-color: rgb(9,107,156); }

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

border-color css

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

 span { border-color: rgb(9,107,156); }

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