#0979BC

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

Shades of Cerulean #0979BC

Tints of Cerulean #0979BC

Color information

#0979BC (or 0x0979BC) is unknown color: approx Cerulean. HEX triplet: 09, 79 and BC. RGB value is (9,121,188). Sum of RGB (Red+Green+Blue) = 9+121+188=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #0979BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0979BC is #F68643. Grayscale: #5E5E5E. Windows color (decimal): -16156228 or 12351753. OLE color: 12351753.

HSL color Cylindrical-coordinate representation of color #0979BC: hue angle of 202.46º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0979BC is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9121188-
CMYK0.950.3600.26
HSL202.46º90.86%38.63%-
HSV(B)202.46º95.21%73.73%-
XYZ16.0317.3650.08-
YUV95.15180.3966.55-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.83%
GREEN value IS 121 (47.66% from 255) = 38.05%
BLUE value IS 188 (73.83% from 255) = 59.12%
R=2.83%
G=38.05%
B=59.12%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal91211880.950.3600.26202.4690.8638.63
Hex979BC5F2401Aca5b27
Octal111712741374403231213347
Binary10011111001101111001011111100100011010110010101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0979BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0979BC; }

 p { color: rgb(9,121,188); }

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

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

 a { background-color: rgb(9,121,188); }

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

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

 span { border-color: rgb(9,121,188); }

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