Html Css Color HEX #096098 Cerulean

📋 copy color: '#096098'

red 9 ◦ green 96 ◦ blue 152

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

Shades of Cerulean #096098

Tints of Cerulean #096098

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.35%

 BLUE value IS 152 (59.77% from 255) = 59.14%

R = 3.5%
G = 37.35%
B = 59.14%

CMYK

 C value IS 0.94

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#096098 (or 0x096098) is known color: Cerulean. HEX triplet: 09, 60 and 98. RGB value is (9,96,152). Sum of RGB (Red+Green+Blue) = 9+96+152=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #096098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096098 is #F69F67. Grayscale: #4C4C4C. Windows color (decimal): -16162664 or 9986057. OLE color: 9986057.

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

Color convert

RGB 9 96 152 -
CMYK 0.94 0.37 0 0.40
HSL 203.5º 0.89% 0.32% -
HSV(B) 203.5º 0.94% 0.6% -
XYZ 9.96 10.69 31.24 -
YUV 76.37 170.68 79.95 -
System Red Green Blue C M Y K H S L
Decimal 9 96 152 0.94 0.37 0 0.40 203.5 0.89 0.32
Hex 9 60 98 5E 25 0 28 CB 59 20
Octal 11 140 230 136 45 0 50 313 131 40
Binary 1001 1100000 10011000 1011110 100101 0 101000 11001011 1011001 100000

Color Harmonies of #096098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096098

Black with #096098

Text Example


Text Example

White with #096098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096098; }

 p { color: rgb(9,96,152); }

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

background-color css

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

 a { background-color: rgb(9,96,152); }

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

border-color css

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

 span { border-color: rgb(9,96,152); }

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