Html Css Color HEX #097495 Cerulean

📋 copy color: '#097495'

red 9 ◦ green 116 ◦ blue 149

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

Shades of Cerulean #097495

Tints of Cerulean #097495

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.34%

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

R = 3.28%
G = 42.34%
B = 54.38%

CMYK

 C value IS 0.94

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#097495 (or 0x097495) is known color: Cerulean. HEX triplet: 09, 74 and 95. RGB value is (9,116,149). Sum of RGB (Red+Green+Blue) = 9+116+149=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #097495 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097495 is #F68B6A. Grayscale: #575757. Windows color (decimal): -16157547 or 9794569. OLE color: 9794569.

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

Color convert

RGB 9 116 149 -
CMYK 0.94 0.22 0 0.42
HSL 194.14º 0.89% 0.31% -
HSV(B) 194.14º 0.94% 0.58% -
XYZ 11.78 14.72 30.65 -
YUV 87.77 162.55 71.82 -
System Red Green Blue C M Y K H S L
Decimal 9 116 149 0.94 0.22 0 0.42 194.14 0.89 0.31
Hex 9 74 95 5E 16 0 2A C2 59 1F
Octal 11 164 225 136 26 0 52 302 131 37
Binary 1001 1110100 10010101 1011110 10110 0 101010 11000010 1011001 11111

Color Harmonies of #097495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097495

Black with #097495

Text Example


Text Example

White with #097495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097495; }

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

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

background-color css

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

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

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

border-color css

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

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

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