Html Css Color HEX #097295 Cerulean

📋 copy color: '#097295'

red 9 ◦ green 114 ◦ blue 149

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

Shades of Cerulean #097295

Tints of Cerulean #097295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 54.78%

R = 3.31%
G = 41.91%
B = 54.78%

CMYK

 C value IS 0.94

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#097295 (or 0x097295) is known color: Cerulean. HEX triplet: 09, 72 and 95. RGB value is (9,114,149). Sum of RGB (Red+Green+Blue) = 9+114+149=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 149 (58.59% from 255 or 54.78% from 272); Max value from RGB is 149 - color contains mainly: blue. Hex color #097295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097295 is #F68D6A. Grayscale: #565656. Windows color (decimal): -16158059 or 9794057. OLE color: 9794057.

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

Color convert

RGB 9 114 149 -
CMYK 0.94 0.23 0 0.42
HSL 195º 0.89% 0.31% -
HSV(B) 195º 0.94% 0.58% -
XYZ 11.55 14.26 30.58 -
YUV 86.6 163.21 72.65 -
System Red Green Blue C M Y K H S L
Decimal 9 114 149 0.94 0.23 0 0.42 195 0.89 0.31
Hex 9 72 95 5E 17 0 2A C3 59 1F
Octal 11 162 225 136 27 0 52 303 131 37
Binary 1001 1110010 10010101 1011110 10111 0 101010 11000011 1011001 11111

Color Harmonies of #097295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097295

Black with #097295

Text Example


Text Example

White with #097295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097295; }

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

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

background-color css

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

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

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

border-color css

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

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

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