Html Css Color HEX #096195 Cerulean

📋 copy color: '#096195'

red 9 ◦ green 97 ◦ blue 149

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

Shades of Cerulean #096195

Tints of Cerulean #096195

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.04%

 BLUE value IS 149 (58.59% from 255) = 58.43%

R = 3.53%
G = 38.04%
B = 58.43%

CMYK

 C value IS 0.94

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#096195 (or 0x096195) is known color: Cerulean. HEX triplet: 09, 61 and 95. RGB value is (9,97,149). Sum of RGB (Red+Green+Blue) = 9+97+149=255 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.53% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #096195 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096195 is #F69E6A. Grayscale: #4C4C4C. Windows color (decimal): -16162411 or 9789705. OLE color: 9789705.

HSL color Cylindrical-coordinate representation of color #096195: hue angle of 202.29º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096195 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 97 149 -
CMYK 0.94 0.35 0 0.42
HSL 202.29º 0.89% 0.31% -
HSV(B) 202.29º 0.94% 0.58% -
XYZ 9.81 10.78 30 -
YUV 76.62 168.85 79.77 -
System Red Green Blue C M Y K H S L
Decimal 9 97 149 0.94 0.35 0 0.42 202.29 0.89 0.31
Hex 9 61 95 5E 23 0 2A CA 59 1F
Octal 11 141 225 136 43 0 52 312 131 37
Binary 1001 1100001 10010101 1011110 100011 0 101010 11001010 1011001 11111

Color Harmonies of #096195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096195

Black with #096195

Text Example


Text Example

White with #096195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096195; }

 p { color: rgb(9,97,149); }

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

background-color css

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

 a { background-color: rgb(9,97,149); }

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

border-color css

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

 span { border-color: rgb(9,97,149); }

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