Html Css Color HEX #097395 Cerulean

📋 copy color: '#097395'

red 9 ◦ green 115 ◦ blue 149

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

Shades of Cerulean #097395

Tints of Cerulean #097395

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.12%

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

R = 3.3%
G = 42.12%
B = 54.58%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#097395 (or 0x097395) is known color: Cerulean. HEX triplet: 09, 73 and 95. RGB value is (9,115,149). Sum of RGB (Red+Green+Blue) = 9+115+149=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #097395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097395 is #F68C6A. Grayscale: #565656. Windows color (decimal): -16157803 or 9794313. OLE color: 9794313.

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

Color convert

RGB 9 115 149 -
CMYK 0.94 0.23 0 0.42
HSL 194.57º 0.89% 0.31% -
HSV(B) 194.57º 0.94% 0.58% -
XYZ 11.67 14.49 30.62 -
YUV 87.18 162.88 72.24 -
System Red Green Blue C M Y K H S L
Decimal 9 115 149 0.94 0.23 0 0.42 194.57 0.89 0.31
Hex 9 73 95 5E 17 0 2A C3 59 1F
Octal 11 163 225 136 27 0 52 303 131 37
Binary 1001 1110011 10010101 1011110 10111 0 101010 11000011 1011001 11111

Color Harmonies of #097395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097395

Black with #097395

Text Example


Text Example

White with #097395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097395; }

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

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

background-color css

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

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

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

border-color css

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

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

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