Html Css Color HEX #097195 Cerulean

📋 copy color: '#097195'

red 9 ◦ green 113 ◦ blue 149

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

Shades of Cerulean #097195

Tints of Cerulean #097195

RGB

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

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

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

R = 3.32%
G = 41.7%
B = 54.98%

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

#097195 (or 0x097195) is known color: Cerulean. HEX triplet: 09, 71 and 95. RGB value is (9,113,149). Sum of RGB (Red+Green+Blue) = 9+113+149=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #097195 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097195 is #F68E6A. Grayscale: #555555. Windows color (decimal): -16158315 or 9793801. OLE color: 9793801.

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

Color convert

RGB 9 113 149 -
CMYK 0.94 0.24 0 0.42
HSL 195.43º 0.89% 0.31% -
HSV(B) 195.43º 0.94% 0.58% -
XYZ 11.44 14.04 30.54 -
YUV 86.01 163.54 73.07 -
System Red Green Blue C M Y K H S L
Decimal 9 113 149 0.94 0.24 0 0.42 195.43 0.89 0.31
Hex 9 71 95 5E 18 0 2A C3 59 1F
Octal 11 161 225 136 30 0 52 303 131 37
Binary 1001 1110001 10010101 1011110 11000 0 101010 11000011 1011001 11111

Color Harmonies of #097195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097195

Black with #097195

Text Example


Text Example

White with #097195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097195; }

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

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

background-color css

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

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

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

border-color css

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

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

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