#004EB3

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

Shades of Cobalt #004EB3

Tints of Cobalt #004EB3

Color information

#004EB3 (or 0x004EB3) is unknown color: approx Cobalt. HEX triplet: 00, 4E and B3. RGB value is (0,78,179). Sum of RGB (Red+Green+Blue) = 0+78+179=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 179 (70.31% from 255 or 69.65% from 257); Max value from RGB is 179 - color contains mainly: blue. Hex color #004EB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004EB3 is #FFB14C. Grayscale: #414141. Windows color (decimal): -16757069 or 11750912. OLE color: 11750912.

HSL color Cylindrical-coordinate representation of color #004EB3: hue angle of 213.85º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004EB3 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB078179-
CMYK10.5600.30
HSL213.85º100%35.1%-
HSV(B)213.85º100%70.2%-
XYZ10.868.743.76-
YUV66.19191.6680.79-

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) = 30.35%
BLUE value IS 179 (70.31% from 255) = 69.65%
R=0%
G=30.35%
B=69.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal07817910.5600.30213.8510035.1
Hex04EB3643801Ed66423
Octal01162631447003632614443
Binary01001110101100111100100111000011110110101101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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