Html Css Color HEX #097095 Cerulean

📋 copy color: '#097095'

red 9 ◦ green 112 ◦ blue 149

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

Shades of Cerulean #097095

Tints of Cerulean #097095

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.48%

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

R = 3.33%
G = 41.48%
B = 55.19%

CMYK

 C value IS 0.94

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#097095 (or 0x097095) is known color: Cerulean. HEX triplet: 09, 70 and 95. RGB value is (9,112,149). Sum of RGB (Red+Green+Blue) = 9+112+149=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #097095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097095 is #F68F6A. Grayscale: #555555. Windows color (decimal): -16158571 or 9793545. OLE color: 9793545.

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

Color convert

RGB 9 112 149 -
CMYK 0.94 0.25 0 0.42
HSL 195.86º 0.89% 0.31% -
HSV(B) 195.86º 0.94% 0.58% -
XYZ 11.33 13.82 30.5 -
YUV 85.42 163.88 73.49 -
System Red Green Blue C M Y K H S L
Decimal 9 112 149 0.94 0.25 0 0.42 195.86 0.89 0.31
Hex 9 70 95 5E 19 0 2A C4 59 1F
Octal 11 160 225 136 31 0 52 304 131 37
Binary 1001 1110000 10010101 1011110 11001 0 101010 11000100 1011001 11111

Color Harmonies of #097095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097095

Black with #097095

Text Example


Text Example

White with #097095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097095; }

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

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

background-color css

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

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

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

border-color css

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

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

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