Html Css Color HEX #096B99 Cerulean

📋 copy color: '#096B99'

red 9 ◦ green 107 ◦ blue 153

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

Shades of Cerulean #096B99

Tints of Cerulean #096B99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 56.88%

R = 3.35%
G = 39.78%
B = 56.88%

CMYK

 C value IS 0.94

 M value IS 0.30

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#096B99 (or 0x096B99) is known color: Cerulean. HEX triplet: 09, 6B and 99. RGB value is (9,107,153). Sum of RGB (Red+Green+Blue) = 9+107+153=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #096B99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096B99 is #F69466. Grayscale: #525252. Windows color (decimal): -16159847 or 10054409. OLE color: 10054409.

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

Color convert

RGB 9 107 153 -
CMYK 0.94 0.30 0 0.4
HSL 199.17º 0.89% 0.32% -
HSV(B) 199.17º 0.94% 0.6% -
XYZ 11.12 12.87 32.04 -
YUV 82.94 167.53 75.26 -
System Red Green Blue C M Y K H S L
Decimal 9 107 153 0.94 0.30 0 0.4 199.17 0.89 0.32
Hex 9 6B 99 5E 1E 0 28 C7 59 20
Octal 11 153 231 136 36 0 50 307 131 40
Binary 1001 1101011 10011001 1011110 11110 0 101000 11000111 1011001 100000

Color Harmonies of #096B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B99

Black with #096B99

Text Example


Text Example

White with #096B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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