Html Css Color HEX #097594 Cerulean

📋 copy color: '#097594'

red 9 ◦ green 117 ◦ blue 148

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

Shades of Cerulean #097594

Tints of Cerulean #097594

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.7%

 BLUE value IS 148 (58.2% from 255) = 54.01%

R = 3.28%
G = 42.7%
B = 54.01%

CMYK

 C value IS 0.94

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#097594 (or 0x097594) is known color: Cerulean. HEX triplet: 09, 75 and 94. RGB value is (9,117,148). Sum of RGB (Red+Green+Blue) = 9+117+148=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 148 (58.20% from 255 or 54.01% from 274); Max value from RGB is 148 - color contains mainly: blue. Hex color #097594 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097594 is #F68A6B. Grayscale: #585858. Windows color (decimal): -16157292 or 9729289. OLE color: 9729289.

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

Color convert

RGB 9 117 148 -
CMYK 0.94 0.21 0 0.42
HSL 193.38º 0.89% 0.31% -
HSV(B) 193.38º 0.94% 0.58% -
XYZ 11.82 14.92 30.27 -
YUV 88.24 161.72 71.48 -
System Red Green Blue C M Y K H S L
Decimal 9 117 148 0.94 0.21 0 0.42 193.38 0.89 0.31
Hex 9 75 94 5E 15 0 2A C1 59 1F
Octal 11 165 224 136 25 0 52 301 131 37
Binary 1001 1110101 10010100 1011110 10101 0 101010 11000001 1011001 11111

Color Harmonies of #097594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097594

Black with #097594

Text Example


Text Example

White with #097594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097594; }

 p { color: rgb(9,117,148); }

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

background-color css

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

 a { background-color: rgb(9,117,148); }

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

border-color css

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

 span { border-color: rgb(9,117,148); }

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