Html Css Color HEX #097494 Cerulean

📋 copy color: '#097494'

red 9 ◦ green 116 ◦ blue 148

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

Shades of Cerulean #097494

Tints of Cerulean #097494

RGB

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

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

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

R = 3.3%
G = 42.49%
B = 54.21%

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

#097494 (or 0x097494) is known color: Cerulean. HEX triplet: 09, 74 and 94. RGB value is (9,116,148). Sum of RGB (Red+Green+Blue) = 9+116+148=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #097494 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097494 is #F68B6B. Grayscale: #575757. Windows color (decimal): -16157548 or 9729033. OLE color: 9729033.

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

Color convert

RGB 9 116 148 -
CMYK 0.94 0.22 0 0.42
HSL 193.81º 0.89% 0.31% -
HSV(B) 193.81º 0.94% 0.58% -
XYZ 11.7 14.69 30.24 -
YUV 87.66 162.05 71.9 -
System Red Green Blue C M Y K H S L
Decimal 9 116 148 0.94 0.22 0 0.42 193.81 0.89 0.31
Hex 9 74 94 5E 16 0 2A C2 59 1F
Octal 11 164 224 136 26 0 52 302 131 37
Binary 1001 1110100 10010100 1011110 10110 0 101010 11000010 1011001 11111

Color Harmonies of #097494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097494

Black with #097494

Text Example


Text Example

White with #097494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097494; }

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

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

background-color css

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

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

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

border-color css

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

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

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