Html Css Color HEX #096891 Cerulean

📋 copy color: '#096891'

red 9 ◦ green 104 ◦ blue 145

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

Shades of Cerulean #096891

Tints of Cerulean #096891

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.31%

 BLUE value IS 145 (57.03% from 255) = 56.2%

R = 3.49%
G = 40.31%
B = 56.2%

CMYK

 C value IS 0.94

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#096891 (or 0x096891) is known color: Cerulean. HEX triplet: 09, 68 and 91. RGB value is (9,104,145). Sum of RGB (Red+Green+Blue) = 9+104+145=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 104 (41.02% from 255 or 40.31% from 258); Blue value is 145 (57.03% from 255 or 56.20% from 258); Max value from RGB is 145 - color contains mainly: blue. Hex color #096891 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096891 is #F6976E. Grayscale: #505050. Windows color (decimal): -16160623 or 9529353. OLE color: 9529353.

HSL color Cylindrical-coordinate representation of color #096891: hue angle of 198.09º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096891 is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 104 145 -
CMYK 0.94 0.28 0 0.43
HSL 198.09º 0.88% 0.3% -
HSV(B) 198.09º 0.94% 0.57% -
XYZ 10.17 12 28.57 -
YUV 80.27 164.53 77.17 -
System Red Green Blue C M Y K H S L
Decimal 9 104 145 0.94 0.28 0 0.43 198.09 0.88 0.3
Hex 9 68 91 5E 1C 0 2B C6 58 1E
Octal 11 150 221 136 34 0 53 306 130 36
Binary 1001 1101000 10010001 1011110 11100 0 101011 11000110 1011000 11110

Color Harmonies of #096891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096891

Black with #096891

Text Example


Text Example

White with #096891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096891; }

 p { color: rgb(9,104,145); }

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

background-color css

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

 a { background-color: rgb(9,104,145); }

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

border-color css

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

 span { border-color: rgb(9,104,145); }

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