Html Css Color HEX #096B9A Cerulean

📋 copy color: '#096B9A'

red 9 ◦ green 107 ◦ blue 154

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

Shades of Cerulean #096B9A

Tints of Cerulean #096B9A

RGB

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

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

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

R = 3.33%
G = 39.63%
B = 57.04%

CMYK

 C value IS 0.94

 M value IS 0.31

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#096B9A (or 0x096B9A) is known color: Cerulean. HEX triplet: 09, 6B and 9A. RGB value is (9,107,154). Sum of RGB (Red+Green+Blue) = 9+107+154=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 154 (60.55% from 255 or 57.04% from 270); Max value from RGB is 154 - color contains mainly: blue. Hex color #096B9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096B9A is #F69465. Grayscale: #525252. Windows color (decimal): -16159846 or 10119945. OLE color: 10119945.

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

Color convert

RGB 9 107 154 -
CMYK 0.94 0.31 0 0.40
HSL 199.45º 0.89% 0.32% -
HSV(B) 199.45º 0.94% 0.6% -
XYZ 11.2 12.91 32.47 -
YUV 83.06 168.03 75.18 -
System Red Green Blue C M Y K H S L
Decimal 9 107 154 0.94 0.31 0 0.40 199.45 0.89 0.32
Hex 9 6B 9A 5E 1F 0 28 C7 59 20
Octal 11 153 232 136 37 0 50 307 131 40
Binary 1001 1101011 10011010 1011110 11111 0 101000 11000111 1011001 100000

Color Harmonies of #096B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B9A

Black with #096B9A

Text Example


Text Example

White with #096B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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