Html Css Color HEX #097AA0 Cerulean

📋 copy color: '#097AA0'

red 9 ◦ green 122 ◦ blue 160

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

Shades of Cerulean #097AA0

Tints of Cerulean #097AA0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.92%

 BLUE value IS 160 (62.89% from 255) = 54.98%

R = 3.09%
G = 41.92%
B = 54.98%

CMYK

 C value IS 0.94

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#097AA0 (or 0x097AA0) is known color: Cerulean. HEX triplet: 09, 7A and A0. RGB value is (9,122,160). Sum of RGB (Red+Green+Blue) = 9+122+160=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 122 (48.05% from 255 or 41.92% from 291); Blue value is 160 (62.89% from 255 or 54.98% from 291); Max value from RGB is 160 - color contains mainly: blue. Hex color #097AA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097AA0 is #F6855F. Grayscale: #5C5C5C. Windows color (decimal): -16156000 or 10517001. OLE color: 10517001.

HSL color Cylindrical-coordinate representation of color #097AA0: hue angle of 195.1º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #097AA0 is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 122 160 -
CMYK 0.94 0.24 0 0.37
HSL 195.1º 0.89% 0.33% -
HSV(B) 195.1º 0.94% 0.63% -
XYZ 13.42 16.52 35.74 -
YUV 92.55 166.06 68.41 -
System Red Green Blue C M Y K H S L
Decimal 9 122 160 0.94 0.24 0 0.37 195.1 0.89 0.33
Hex 9 7A A0 5E 18 0 25 C3 59 21
Octal 11 172 240 136 30 0 45 303 131 41
Binary 1001 1111010 10100000 1011110 11000 0 100101 11000011 1011001 100001

Color Harmonies of #097AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097AA0

Black with #097AA0

Text Example


Text Example

White with #097AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097AA0; }

 p { color: rgb(9,122,160); }

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

background-color css

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

 a { background-color: rgb(9,122,160); }

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

border-color css

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

 span { border-color: rgb(9,122,160); }

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