#004EBA

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

Shades of Cobalt #004EBA

Tints of Cobalt #004EBA

Color information

#004EBA (or 0x004EBA) is unknown color: approx Cobalt. HEX triplet: 00, 4E and BA. RGB value is (0,78,186). Sum of RGB (Red+Green+Blue) = 0+78+186=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 78 (30.86% from 255 or 29.55% from 264); Blue value is 186 (73.05% from 255 or 70.45% from 264); Max value from RGB is 186 - color contains mainly: blue. Hex color #004EBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004EBA is #FFB145. Grayscale: #424242. Windows color (decimal): -16757062 or 12209664. OLE color: 12209664.

HSL color Cylindrical-coordinate representation of color #004EBA: hue angle of 214.84º 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 #004EBA is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB078186-
CMYK10.5800.27
HSL214.84º100%36.47%-
HSV(B)214.84º100%72.94%-
XYZ11.598.9947.58-
YUV66.99195.1680.22-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 78 (30.86% from 255) = 29.55%
BLUE value IS 186 (73.05% from 255) = 70.45%
R=0%
G=29.55%
B=70.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal07818610.5800.27214.8410036.47
Hex04EBA643A01Bd76424
Octal01162721447203332714444
Binary01001110101110101100100111010011011110101111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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