#053DA7

Color #053DA7 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #053DA7

Tints of Cobalt #053DA7

Color information

#053DA7 (or 0x053DA7) is unknown color: approx Cobalt. HEX triplet: 05, 3D and A7. RGB value is (5,61,167). Sum of RGB (Red+Green+Blue) = 5+61+167=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 61 (24.22% from 255 or 26.18% from 233); Blue value is 167 (65.62% from 255 or 71.67% from 233); Max value from RGB is 167 - color contains mainly: blue. Hex color #053DA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053DA7 is #FAC258. Grayscale: #373737. Windows color (decimal): -16433753 or 10960133. OLE color: 10960133.

HSL color Cylindrical-coordinate representation of color #053DA7: hue angle of 219.26º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #053DA7 is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB561167-
CMYK0.970.6300.35
HSL219.26º94.19%33.73%-
HSV(B)219.26º97.01%65.49%-
XYZ8.716.1637.29-
YUV56.34190.4591.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.15%
GREEN value IS 61 (24.22% from 255) = 26.18%
BLUE value IS 167 (65.62% from 255) = 71.67%
R=2.15%
G=26.18%
B=71.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal5611670.970.6300.35219.2694.1933.73
Hex53DA7613F023db5e22
Octal5752471417704333313642
Binary1011111011010011111000011111110100011110110111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053DA7; }

 p { color: rgb(5,61,167); }

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

<style>
 a { background-color: #053DA7; }

 a { background-color: rgb(5,61,167); }

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

<style>
 span { border-color: #053DA7; }

 span { border-color: rgb(5,61,167); }

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