Html Css Color HEX #096798 Cerulean

📋 copy color: '#096798'

red 9 ◦ green 103 ◦ blue 152

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

Shades of Cerulean #096798

Tints of Cerulean #096798

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.02%

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

R = 3.41%
G = 39.02%
B = 57.58%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#096798 (or 0x096798) is known color: Cerulean. HEX triplet: 09, 67 and 98. RGB value is (9,103,152). Sum of RGB (Red+Green+Blue) = 9+103+152=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #096798 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096798 is #F69867. Grayscale: #505050. Windows color (decimal): -16160872 or 9987849. OLE color: 9987849.

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

Color convert

RGB 9 103 152 -
CMYK 0.94 0.32 0 0.40
HSL 200.56º 0.89% 0.32% -
HSV(B) 200.56º 0.94% 0.6% -
XYZ 10.63 12.03 31.47 -
YUV 80.48 168.36 77.02 -
System Red Green Blue C M Y K H S L
Decimal 9 103 152 0.94 0.32 0 0.40 200.56 0.89 0.32
Hex 9 67 98 5E 20 0 28 C9 59 20
Octal 11 147 230 136 40 0 50 311 131 40
Binary 1001 1100111 10011000 1011110 100000 0 101000 11001001 1011001 100000

Color Harmonies of #096798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096798

Black with #096798

Text Example


Text Example

White with #096798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096798; }

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

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

background-color css

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

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

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

border-color css

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

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

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