Html Css Color HEX #097795 Cerulean

📋 copy color: '#097795'

red 9 ◦ green 119 ◦ blue 149

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

Shades of Cerulean #097795

Tints of Cerulean #097795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.96%

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

R = 3.25%
G = 42.96%
B = 53.79%

CMYK

 C value IS 0.94

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#097795 (or 0x097795) is known color: Cerulean. HEX triplet: 09, 77 and 95. RGB value is (9,119,149). Sum of RGB (Red+Green+Blue) = 9+119+149=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #097795 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097795 is #F6886A. Grayscale: #595959. Windows color (decimal): -16156779 or 9795337. OLE color: 9795337.

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

Color convert

RGB 9 119 149 -
CMYK 0.94 0.20 0 0.42
HSL 192.86º 0.89% 0.31% -
HSV(B) 192.86º 0.94% 0.58% -
XYZ 12.13 15.42 30.77 -
YUV 89.53 161.56 70.56 -
System Red Green Blue C M Y K H S L
Decimal 9 119 149 0.94 0.20 0 0.42 192.86 0.89 0.31
Hex 9 77 95 5E 14 0 2A C1 59 1F
Octal 11 167 225 136 24 0 52 301 131 37
Binary 1001 1110111 10010101 1011110 10100 0 101010 11000001 1011001 11111

Color Harmonies of #097795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097795

Black with #097795

Text Example


Text Example

White with #097795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097795; }

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

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

background-color css

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

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

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

border-color css

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

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

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