Html Css Color HEX #097299 Cerulean

📋 copy color: '#097299'

red 9 ◦ green 114 ◦ blue 153

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

Shades of Cerulean #097299

Tints of Cerulean #097299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 55.43%

R = 3.26%
G = 41.3%
B = 55.43%

CMYK

 C value IS 0.94

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#097299 (or 0x097299) is known color: Cerulean. HEX triplet: 09, 72 and 99. RGB value is (9,114,153). Sum of RGB (Red+Green+Blue) = 9+114+153=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #097299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097299 is #F68D66. Grayscale: #565656. Windows color (decimal): -16158055 or 10056201. OLE color: 10056201.

HSL color Cylindrical-coordinate representation of color #097299: hue angle of 196.25º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #097299 is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 9 114 153 -
CMYK 0.94 0.25 0 0.4
HSL 196.25º 0.89% 0.32% -
HSV(B) 196.25º 0.94% 0.6% -
XYZ 11.88 14.39 32.29 -
YUV 87.05 165.21 72.33 -
System Red Green Blue C M Y K H S L
Decimal 9 114 153 0.94 0.25 0 0.4 196.25 0.89 0.32
Hex 9 72 99 5E 19 0 28 C4 59 20
Octal 11 162 231 136 31 0 50 304 131 40
Binary 1001 1110010 10011001 1011110 11001 0 101000 11000100 1011001 100000

Color Harmonies of #097299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097299

Black with #097299

Text Example


Text Example

White with #097299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097299; }

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

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

background-color css

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

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

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

border-color css

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

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

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