#0D79A2

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

Shades of Cerulean #0D79A2

Tints of Cerulean #0D79A2

Color information

#0D79A2 (or 0x0D79A2) is unknown color: approx Cerulean. HEX triplet: 0D, 79 and A2. RGB value is (13,121,162). Sum of RGB (Red+Green+Blue) = 13+121+162=296 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.39% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 162 (63.67% from 255 or 54.73% from 296); Max value from RGB is 162 - color contains mainly: blue. Hex color #0D79A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D79A2 is #F2865D. Grayscale: #5D5D5D. Windows color (decimal): -15894110 or 10647821. OLE color: 10647821.

HSL color Cylindrical-coordinate representation of color #0D79A2: hue angle of 196.51º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D79A2 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13121162-
CMYK0.920.2500.36
HSL196.51º85.14%34.31%-
HSV(B)196.51º91.98%63.53%-
XYZ13.5216.3736.63-
YUV93.38166.7270.67-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.39%
GREEN value IS 121 (47.66% from 255) = 40.88%
BLUE value IS 162 (63.67% from 255) = 54.73%
R=4.39%
G=40.88%
B=54.73%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal131211620.920.2500.36196.5185.1434.31
HexD79A25C19024c55522
Octal151712421343104430512542
Binary11011111001101000101011100110010100100110001011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D79A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,121,162); }

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

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

 a { background-color: rgb(13,121,162); }

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

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

 span { border-color: rgb(13,121,162); }

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