Html Css Color HEX #097194 Cerulean

📋 copy color: '#097194'

red 9 ◦ green 113 ◦ blue 148

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

Shades of Cerulean #097194

Tints of Cerulean #097194

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.85%

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

R = 3.33%
G = 41.85%
B = 54.81%

CMYK

 C value IS 0.94

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#097194 (or 0x097194) is known color: Cerulean. HEX triplet: 09, 71 and 94. RGB value is (9,113,148). Sum of RGB (Red+Green+Blue) = 9+113+148=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 148 (58.20% from 255 or 54.81% from 270); Max value from RGB is 148 - color contains mainly: blue. Hex color #097194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097194 is #F68E6B. Grayscale: #555555. Windows color (decimal): -16158316 or 9728265. OLE color: 9728265.

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

Color convert

RGB 9 113 148 -
CMYK 0.94 0.24 0 0.42
HSL 195.11º 0.89% 0.31% -
HSV(B) 195.11º 0.94% 0.58% -
XYZ 11.36 14.01 30.12 -
YUV 85.89 163.04 73.15 -
System Red Green Blue C M Y K H S L
Decimal 9 113 148 0.94 0.24 0 0.42 195.11 0.89 0.31
Hex 9 71 94 5E 18 0 2A C3 59 1F
Octal 11 161 224 136 30 0 52 303 131 37
Binary 1001 1110001 10010100 1011110 11000 0 101010 11000011 1011001 11111

Color Harmonies of #097194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097194

Black with #097194

Text Example


Text Example

White with #097194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097194; }

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

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

background-color css

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

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

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

border-color css

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

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

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