#004ABA

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

Shades of Cobalt #004ABA

Tints of Cobalt #004ABA

Color information

#004ABA (or 0x004ABA) is unknown color: approx Cobalt. HEX triplet: 00, 4A and BA. RGB value is (0,74,186). Sum of RGB (Red+Green+Blue) = 0+74+186=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 186 (73.05% from 255 or 71.54% from 260); Max value from RGB is 186 - color contains mainly: blue. Hex color #004ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004ABA is #FFB545. Grayscale: #404040. Windows color (decimal): -16758086 or 12208640. OLE color: 12208640.

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

Color convert

RGB074186-
CMYK10.6000.27
HSL216.13º100%36.47%-
HSV(B)216.13º100%72.94%-
XYZ11.318.4447.49-
YUV64.64196.4881.89-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 74 (29.30% from 255) = 28.46%
BLUE value IS 186 (73.05% from 255) = 71.54%
R=0%
G=28.46%
B=71.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal07418610.6000.27216.1310036.47
Hex04ABA643C01Bd86424
Octal01122721447403333014444
Binary01001010101110101100100111100011011110110001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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