#0051B5

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

Shades of Cobalt #0051B5

Tints of Cobalt #0051B5

Color information

#0051B5 (or 0x0051B5) is unknown color: approx Cobalt. HEX triplet: 00, 51 and B5. RGB value is (0,81,181). Sum of RGB (Red+Green+Blue) = 0+81+181=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 181 (71.09% from 255 or 69.08% from 262); Max value from RGB is 181 - color contains mainly: blue. Hex color #0051B5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0051B5 is #FFAE4A. Grayscale: #434343. Windows color (decimal): -16756299 or 11882752. OLE color: 11882752.

HSL color Cylindrical-coordinate representation of color #0051B5: hue angle of 213.15º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0051B5 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB081181-
CMYK10.5500.29
HSL213.15º100%35.49%-
HSV(B)213.15º100%70.98%-
XYZ11.289.2244.9-
YUV68.18191.6679.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 81 (32.03% from 255) = 30.92%
BLUE value IS 181 (71.09% from 255) = 69.08%
R=0%
G=30.92%
B=69.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal08118110.5500.29213.1510035.49
Hex051B5643701Dd56423
Octal01212651446703532514443
Binary01010001101101011100100110111011101110101011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0051B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0051B5; }

 p { color: rgb(0,81,181); }

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

<style>
 a { background-color: #0051B5; }

 a { background-color: rgb(0,81,181); }

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

<style>
 span { border-color: #0051B5; }

 span { border-color: rgb(0,81,181); }

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