Html Css Color HEX #096C9C Cerulean

📋 copy color: '#096C9C'

red 9 ◦ green 108 ◦ blue 156

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

Shades of Cerulean #096C9C

Tints of Cerulean #096C9C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.56%

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

R = 3.3%
G = 39.56%
B = 57.14%

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

#096C9C (or 0x096C9C) is known color: Cerulean. HEX triplet: 09, 6C and 9C. RGB value is (9,108,156). Sum of RGB (Red+Green+Blue) = 9+108+156=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #096C9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096C9C is #F69363. Grayscale: #535353. Windows color (decimal): -16159588 or 10251273. OLE color: 10251273.

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

Color convert

RGB 9 108 156 -
CMYK 0.94 0.31 0 0.39
HSL 199.59º 0.89% 0.32% -
HSV(B) 199.59º 0.94% 0.61% -
XYZ 11.48 13.18 33.39 -
YUV 83.87 168.7 74.6 -
System Red Green Blue C M Y K H S L
Decimal 9 108 156 0.94 0.31 0 0.39 199.59 0.89 0.32
Hex 9 6C 9C 5E 1F 0 27 C8 59 20
Octal 11 154 234 136 37 0 47 310 131 40
Binary 1001 1101100 10011100 1011110 11111 0 100111 11001000 1011001 100000

Color Harmonies of #096C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096C9C

Black with #096C9C

Text Example


Text Example

White with #096C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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