Html Css Color HEX #097293 Cerulean

📋 copy color: '#097293'

red 9 ◦ green 114 ◦ blue 147

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

Shades of Cerulean #097293

Tints of Cerulean #097293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 54.44%

R = 3.33%
G = 42.22%
B = 54.44%

CMYK

 C value IS 0.94

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#097293 (or 0x097293) is known color: Cerulean. HEX triplet: 09, 72 and 93. RGB value is (9,114,147). Sum of RGB (Red+Green+Blue) = 9+114+147=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #097293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097293 is #F68D6C. Grayscale: #565656. Windows color (decimal): -16158061 or 9662985. OLE color: 9662985.

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

Color convert

RGB 9 114 147 -
CMYK 0.94 0.22 0 0.42
HSL 194.35º 0.88% 0.31% -
HSV(B) 194.35º 0.94% 0.58% -
XYZ 11.4 14.2 29.74 -
YUV 86.37 162.21 72.82 -
System Red Green Blue C M Y K H S L
Decimal 9 114 147 0.94 0.22 0 0.42 194.35 0.88 0.31
Hex 9 72 93 5E 16 0 2A C2 58 1F
Octal 11 162 223 136 26 0 52 302 130 37
Binary 1001 1110010 10010011 1011110 10110 0 101010 11000010 1011000 11111

Color Harmonies of #097293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097293

Black with #097293

Text Example


Text Example

White with #097293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097293; }

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

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

background-color css

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

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

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

border-color css

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

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

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