#0978A2

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

Shades of Cerulean #0978A2

Tints of Cerulean #0978A2

Color information

#0978A2 (or 0x0978A2) is unknown color: approx Cerulean. HEX triplet: 09, 78 and A2. RGB value is (9,120,162). Sum of RGB (Red+Green+Blue) = 9+120+162=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 162 (63.67% from 255 or 55.67% from 291); Max value from RGB is 162 - color contains mainly: blue. Hex color #0978A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0978A2 is #F6875D. Grayscale: #5B5B5B. Windows color (decimal): -16156510 or 10647561. OLE color: 10647561.

HSL color Cylindrical-coordinate representation of color #0978A2: hue angle of 196.47º 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 #0978A2 is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9120162-
CMYK0.940.2600.36
HSL196.47º89.47%33.53%-
HSV(B)196.47º94.44%63.53%-
XYZ13.3516.136.59-
YUV91.6167.7369.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.09%
GREEN value IS 120 (47.27% from 255) = 41.24%
BLUE value IS 162 (63.67% from 255) = 55.67%
R=3.09%
G=41.24%
B=55.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91201620.940.2600.36196.4789.4733.53
Hex978A25E1A024c45922
Octal111702421363204430413142
Binary10011111000101000101011110110100100100110001001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0978A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0978A2; }

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

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

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

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

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

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

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

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