#0253AB

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

Shades of Cobalt #0253AB

Tints of Cobalt #0253AB

Color information

#0253AB (or 0x0253AB) is unknown color: approx Cobalt. HEX triplet: 02, 53 and AB. RGB value is (2,83,171). Sum of RGB (Red+Green+Blue) = 2+83+171=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #0253AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0253AB is #FDAC54. Grayscale: #444444. Windows color (decimal): -16624725 or 11227906. OLE color: 11227906.

HSL color Cylindrical-coordinate representation of color #0253AB: hue angle of 211.24º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0253AB is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB283171-
CMYK0.990.5100.33
HSL211.24º97.69%33.92%-
HSV(B)211.24º98.83%67.06%-
XYZ10.479.1439.74-
YUV68.81185.6680.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.78%
GREEN value IS 83 (32.81% from 255) = 32.42%
BLUE value IS 171 (67.19% from 255) = 66.80%
R=0.78%
G=32.42%
B=66.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2831710.990.5100.33211.2497.6933.92
Hex253AB6333021d36222
Octal21232531436304132314242
Binary1010100111010101111000111100110100001110100111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0253AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0253AB; }

 p { color: rgb(2,83,171); }

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

<style>
 a { background-color: #0253AB; }

 a { background-color: rgb(2,83,171); }

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

<style>
 span { border-color: #0253AB; }

 span { border-color: rgb(2,83,171); }

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