Html Css Color HEX #096C9A Cerulean

📋 copy color: '#096C9A'

red 9 ◦ green 108 ◦ blue 154

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

Shades of Cerulean #096C9A

Tints of Cerulean #096C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 56.83%

R = 3.32%
G = 39.85%
B = 56.83%

CMYK

 C value IS 0.94

 M value IS 0.30

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#096C9A (or 0x096C9A) is known color: Cerulean. HEX triplet: 09, 6C and 9A. RGB value is (9,108,154). Sum of RGB (Red+Green+Blue) = 9+108+154=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 154 (60.55% from 255 or 56.83% from 271); Max value from RGB is 154 - color contains mainly: blue. Hex color #096C9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096C9A is #F69365. Grayscale: #535353. Windows color (decimal): -16159590 or 10120201. OLE color: 10120201.

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

Color convert

RGB 9 108 154 -
CMYK 0.94 0.30 0 0.40
HSL 199.03º 0.89% 0.32% -
HSV(B) 199.03º 0.94% 0.6% -
XYZ 11.31 13.12 32.51 -
YUV 83.64 167.7 74.76 -
System Red Green Blue C M Y K H S L
Decimal 9 108 154 0.94 0.30 0 0.40 199.03 0.89 0.32
Hex 9 6C 9A 5E 1E 0 28 C7 59 20
Octal 11 154 232 136 36 0 50 307 131 40
Binary 1001 1101100 10011010 1011110 11110 0 101000 11000111 1011001 100000

Color Harmonies of #096C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096C9A

Black with #096C9A

Text Example


Text Example

White with #096C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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