Html Css Color HEX #097291 Cerulean

📋 copy color: '#097291'

red 9 ◦ green 114 ◦ blue 145

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

Shades of Cerulean #097291

Tints of Cerulean #097291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.54%

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

R = 3.36%
G = 42.54%
B = 54.1%

CMYK

 C value IS 0.94

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#097291 (or 0x097291) is known color: Cerulean. HEX triplet: 09, 72 and 91. RGB value is (9,114,145). Sum of RGB (Red+Green+Blue) = 9+114+145=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #097291 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097291 is #F68D6E. Grayscale: #555555. Windows color (decimal): -16158063 or 9531913. OLE color: 9531913.

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

Color convert

RGB 9 114 145 -
CMYK 0.94 0.21 0 0.43
HSL 193.68º 0.88% 0.3% -
HSV(B) 193.68º 0.94% 0.57% -
XYZ 11.24 14.14 28.92 -
YUV 86.14 161.21 72.98 -
System Red Green Blue C M Y K H S L
Decimal 9 114 145 0.94 0.21 0 0.43 193.68 0.88 0.3
Hex 9 72 91 5E 15 0 2B C2 58 1E
Octal 11 162 221 136 25 0 53 302 130 36
Binary 1001 1110010 10010001 1011110 10101 0 101011 11000010 1011000 11110

Color Harmonies of #097291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097291

Black with #097291

Text Example


Text Example

White with #097291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097291; }

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

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

background-color css

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

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

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

border-color css

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

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

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