#097AA2

Color #097AA2 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #097AA2

Tints of Cerulean #097AA2

Color information

#097AA2 (or 0x097AA2) is unknown color: approx Cerulean. HEX triplet: 09, 7A and A2. RGB value is (9,122,162). Sum of RGB (Red+Green+Blue) = 9+122+162=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 162 (63.67% from 255 or 55.29% from 293); Max value from RGB is 162 - color contains mainly: blue. Hex color #097AA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097AA2 is #F6855D. Grayscale: #5C5C5C. Windows color (decimal): -16155998 or 10648073. OLE color: 10648073.

HSL color Cylindrical-coordinate representation of color #097AA2: hue angle of 195.69º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #097AA2 is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9122162-
CMYK0.940.2500.36
HSL195.69º89.47%33.53%-
HSV(B)195.69º94.44%63.53%-
XYZ13.5916.5936.67-
YUV92.77167.0668.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.07%
GREEN value IS 122 (48.05% from 255) = 41.64%
BLUE value IS 162 (63.67% from 255) = 55.29%
R=3.07%
G=41.64%
B=55.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91221620.940.2500.36195.6989.4733.53
Hex97AA25E19024c45922
Octal111722421363104430413142
Binary10011111010101000101011110110010100100110001001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #097AA2;
 }
 .AnyTagClassName
 {
   color: #097AA2;
 }
</style>
background-color css

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

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

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

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

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

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