Html Css Color HEX #097294 Cerulean

📋 copy color: '#097294'

red 9 ◦ green 114 ◦ blue 148

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

Shades of Cerulean #097294

Tints of Cerulean #097294

RGB

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

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

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

R = 3.32%
G = 42.07%
B = 54.61%

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

#097294 (or 0x097294) is known color: Cerulean. HEX triplet: 09, 72 and 94. RGB value is (9,114,148). Sum of RGB (Red+Green+Blue) = 9+114+148=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #097294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097294 is #F68D6B. Grayscale: #565656. Windows color (decimal): -16158060 or 9728521. OLE color: 9728521.

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

Color convert

RGB 9 114 148 -
CMYK 0.94 0.23 0 0.42
HSL 194.68º 0.89% 0.31% -
HSV(B) 194.68º 0.94% 0.58% -
XYZ 11.48 14.23 30.16 -
YUV 86.48 162.71 72.74 -
System Red Green Blue C M Y K H S L
Decimal 9 114 148 0.94 0.23 0 0.42 194.68 0.89 0.31
Hex 9 72 94 5E 17 0 2A C3 59 1F
Octal 11 162 224 136 27 0 52 303 131 37
Binary 1001 1110010 10010100 1011110 10111 0 101010 11000011 1011001 11111

Color Harmonies of #097294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097294

Black with #097294

Text Example


Text Example

White with #097294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097294; }

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

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

background-color css

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

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

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

border-color css

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

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

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