#0A79B7

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

Shades of Cerulean #0A79B7

Tints of Cerulean #0A79B7

Color information

#0A79B7 (or 0x0A79B7) is unknown color: approx Cerulean. HEX triplet: 0A, 79 and B7. RGB value is (10,121,183). Sum of RGB (Red+Green+Blue) = 10+121+183=314 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.18% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 183 (71.88% from 255 or 58.28% from 314); Max value from RGB is 183 - color contains mainly: blue. Hex color #0A79B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A79B7 is #F58648. Grayscale: #5E5E5E. Windows color (decimal): -16090697 or 12024074. OLE color: 12024074.

HSL color Cylindrical-coordinate representation of color #0A79B7: hue angle of 201.5º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A79B7 is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10121183-
CMYK0.950.3400.28
HSL201.5º89.64%37.84%-
HSV(B)201.5º94.54%71.76%-
XYZ15.5117.1647.29-
YUV94.88177.7367.46-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.18%
GREEN value IS 121 (47.66% from 255) = 38.54%
BLUE value IS 183 (71.88% from 255) = 58.28%
R=3.18%
G=38.54%
B=58.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal101211830.950.3400.28201.589.6437.84
HexA79B75F2201Cca5a26
Octal121712671374203431213246
Binary10101111001101101111011111100010011100110010101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A79B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A79B7; }

 p { color: rgb(10,121,183); }

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

<style>
 a { background-color: #0A79B7; }

 a { background-color: rgb(10,121,183); }

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

<style>
 span { border-color: #0A79B7; }

 span { border-color: rgb(10,121,183); }

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