#0A79B4

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

Shades of Cerulean #0A79B4

Tints of Cerulean #0A79B4

Color information

#0A79B4 (or 0x0A79B4) is unknown color: approx Cerulean. HEX triplet: 0A, 79 and B4. RGB value is (10,121,180). Sum of RGB (Red+Green+Blue) = 10+121+180=311 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.22% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 180 (70.70% from 255 or 57.88% from 311); Max value from RGB is 180 - color contains mainly: blue. Hex color #0A79B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A79B4 is #F5864B. Grayscale: #5E5E5E. Windows color (decimal): -16090700 or 11827466. OLE color: 11827466.

HSL color Cylindrical-coordinate representation of color #0A79B4: hue angle of 200.82º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A79B4 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10121180-
CMYK0.940.3300.29
HSL200.82º89.47%37.25%-
HSV(B)200.82º94.44%70.59%-
XYZ15.217.0345.67-
YUV94.54176.2367.7-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.22%
GREEN value IS 121 (47.66% from 255) = 38.91%
BLUE value IS 180 (70.70% from 255) = 57.88%
R=3.22%
G=38.91%
B=57.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal101211800.940.3300.29200.8289.4737.25
HexA79B45E2101Dc95925
Octal121712641364103531113145
Binary10101111001101101001011110100001011101110010011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A79B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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