#0251A3

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

Shades of Cobalt #0251A3

Tints of Cobalt #0251A3

Color information

#0251A3 (or 0x0251A3) is unknown color: approx Cobalt. HEX triplet: 02, 51 and A3. RGB value is (2,81,163). Sum of RGB (Red+Green+Blue) = 2+81+163=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 163 (64.06% from 255 or 66.26% from 246); Max value from RGB is 163 - color contains mainly: blue. Hex color #0251A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0251A3 is #FDAE5C. Grayscale: #424242. Windows color (decimal): -16625245 or 10703106. OLE color: 10703106.

HSL color Cylindrical-coordinate representation of color #0251A3: hue angle of 210.56º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0251A3 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB281163-
CMYK0.990.5000.36
HSL210.56º97.58%32.35%-
HSV(B)210.56º98.77%63.92%-
XYZ9.588.5435.79-
YUV66.73182.3381.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.81%
GREEN value IS 81 (32.03% from 255) = 32.93%
BLUE value IS 163 (64.06% from 255) = 66.26%
R=0.81%
G=32.93%
B=66.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal2811630.990.5000.36210.5697.5832.35
Hex251A36332024d36220
Octal21212431436204432314240
Binary1010100011010001111000111100100100100110100111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0251A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0251A3; }

 p { color: rgb(2,81,163); }

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

<style>
 a { background-color: #0251A3; }

 a { background-color: rgb(2,81,163); }

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

<style>
 span { border-color: #0251A3; }

 span { border-color: rgb(2,81,163); }

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