Html Css Color HEX #096B9D Cerulean

📋 copy color: '#096B9D'

red 9 ◦ green 107 ◦ blue 157

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

Shades of Cerulean #096B9D

Tints of Cerulean #096B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 57.51%

R = 3.3%
G = 39.19%
B = 57.51%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#096B9D (or 0x096B9D) is known color: Cerulean. HEX triplet: 09, 6B and 9D. RGB value is (9,107,157). Sum of RGB (Red+Green+Blue) = 9+107+157=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #096B9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096B9D is #F69462. Grayscale: #535353. Windows color (decimal): -16159843 or 10316553. OLE color: 10316553.

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

Color convert

RGB 9 107 157 -
CMYK 0.94 0.32 0 0.38
HSL 200.27º 0.89% 0.33% -
HSV(B) 200.27º 0.94% 0.62% -
XYZ 11.46 13.01 33.81 -
YUV 83.4 169.53 74.93 -
System Red Green Blue C M Y K H S L
Decimal 9 107 157 0.94 0.32 0 0.38 200.27 0.89 0.33
Hex 9 6B 9D 5E 20 0 26 C8 59 21
Octal 11 153 235 136 40 0 46 310 131 41
Binary 1001 1101011 10011101 1011110 100000 0 100110 11001000 1011001 100001

Color Harmonies of #096B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096B9D

Black with #096B9D

Text Example


Text Example

White with #096B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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