Html Css Color HEX #097491 Cerulean

📋 copy color: '#097491'

red 9 ◦ green 116 ◦ blue 145

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

Shades of Cerulean #097491

Tints of Cerulean #097491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 53.7%

R = 3.33%
G = 42.96%
B = 53.7%

CMYK

 C value IS 0.94

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#097491 (or 0x097491) is known color: Cerulean. HEX triplet: 09, 74 and 91. RGB value is (9,116,145). Sum of RGB (Red+Green+Blue) = 9+116+145=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #097491 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097491 is #F68B6E. Grayscale: #575757. Windows color (decimal): -16157551 or 9532425. OLE color: 9532425.

HSL color Cylindrical-coordinate representation of color #097491: hue angle of 192.79º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #097491 is Cyan = 0.94, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 9 116 145 -
CMYK 0.94 0.2 0 0.43
HSL 192.79º 0.88% 0.3% -
HSV(B) 192.79º 0.94% 0.57% -
XYZ 11.47 14.59 29 -
YUV 87.31 160.55 72.14 -
System Red Green Blue C M Y K H S L
Decimal 9 116 145 0.94 0.2 0 0.43 192.79 0.88 0.3
Hex 9 74 91 5E 14 0 2B C1 58 1E
Octal 11 164 221 136 24 0 53 301 130 36
Binary 1001 1110100 10010001 1011110 10100 0 101011 11000001 1011000 11110

Color Harmonies of #097491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097491

Black with #097491

Text Example


Text Example

White with #097491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097491; }

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

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

background-color css

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

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

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

border-color css

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

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

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