#004DBA

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

Shades of Cobalt #004DBA

Tints of Cobalt #004DBA

Color information

#004DBA (or 0x004DBA) is unknown color: approx Cobalt. HEX triplet: 00, 4D and BA. RGB value is (0,77,186). Sum of RGB (Red+Green+Blue) = 0+77+186=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 186 (73.05% from 255 or 70.72% from 263); Max value from RGB is 186 - color contains mainly: blue. Hex color #004DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004DBA is #FFB245. Grayscale: #414141. Windows color (decimal): -16757318 or 12209408. OLE color: 12209408.

HSL color Cylindrical-coordinate representation of color #004DBA: hue angle of 215.16º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004DBA is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB077186-
CMYK10.5900.27
HSL215.16º100%36.47%-
HSV(B)215.16º100%72.94%-
XYZ11.528.8547.56-
YUV66.4195.4980.64-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 77 (30.47% from 255) = 29.28%
BLUE value IS 186 (73.05% from 255) = 70.72%
R=0%
G=29.28%
B=70.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal07718610.5900.27215.1610036.47
Hex04DBA643B01Bd76424
Octal01152721447303332714444
Binary01001101101110101100100111011011011110101111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,77,186); }

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

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

 a { background-color: rgb(0,77,186); }

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

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

 span { border-color: rgb(0,77,186); }

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