#0979BE

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

Shades of Cerulean #0979BE

Tints of Cerulean #0979BE

Color information

#0979BE (or 0x0979BE) is unknown color: approx Cerulean. HEX triplet: 09, 79 and BE. RGB value is (9,121,190). Sum of RGB (Red+Green+Blue) = 9+121+190=320 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.81% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #0979BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0979BE is #F68641. Grayscale: #5E5E5E. Windows color (decimal): -16156226 or 12482825. OLE color: 12482825.

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

Color convert

RGB9121190-
CMYK0.950.3600.25
HSL202.87º90.95%39.02%-
HSV(B)202.87º95.26%74.51%-
XYZ16.2417.4551.23-
YUV95.38181.3966.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.81%
GREEN value IS 121 (47.66% from 255) = 37.81%
BLUE value IS 190 (74.61% from 255) = 59.38%
R=2.81%
G=37.81%
B=59.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91211900.950.3600.25202.8790.9539.02
Hex979BE5F24019cb5b27
Octal111712761374403131313347
Binary10011111001101111101011111100100011001110010111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0979BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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