#004BA0

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

Shades of Cobalt #004BA0

Tints of Cobalt #004BA0

Color information

#004BA0 (or 0x004BA0) is unknown color: approx Cobalt. HEX triplet: 00, 4B and A0. RGB value is (0,75,160). Sum of RGB (Red+Green+Blue) = 0+75+160=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 160 (62.89% from 255 or 68.09% from 235); Max value from RGB is 160 - color contains mainly: blue. Hex color #004BA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004BA0 is #FFB45F. Grayscale: #3D3D3D. Windows color (decimal): -16757856 or 10504960. OLE color: 10504960.

HSL color Cylindrical-coordinate representation of color #004BA0: hue angle of 211.88º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004BA0 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB075160-
CMYK10.5300.37
HSL211.88º100%31.37%-
HSV(B)211.88º100%62.75%-
XYZ8.867.5734.25-
YUV62.26183.1583.59-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 75 (29.69% from 255) = 31.91%
BLUE value IS 160 (62.89% from 255) = 68.09%
R=0%
G=31.91%
B=68.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal07516010.5300.37211.8810031.37
Hex04BA06435025d4641f
Octal01132401446504532414437
Binary01001011101000001100100110101010010111010100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004BA0; }

 p { color: rgb(0,75,160); }

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

<style>
 a { background-color: #004BA0; }

 a { background-color: rgb(0,75,160); }

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

<style>
 span { border-color: #004BA0; }

 span { border-color: rgb(0,75,160); }

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