#004ABF

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

Shades of Cobalt #004ABF

Tints of Cobalt #004ABF

Color information

#004ABF (or 0x004ABF) is unknown color: approx Cobalt. HEX triplet: 00, 4A and BF. RGB value is (0,74,191). Sum of RGB (Red+Green+Blue) = 0+74+191=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 191 (75% from 255 or 72.08% from 265); Max value from RGB is 191 - color contains mainly: blue. Hex color #004ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004ABF is #FFB540. Grayscale: #404040. Windows color (decimal): -16758081 or 12536320. OLE color: 12536320.

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

Color convert

RGB074191-
CMYK10.6100.25
HSL216.75º100%37.45%-
HSV(B)216.75º100%74.9%-
XYZ11.858.6650.34-
YUV65.21198.9881.49-

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) = 27.92%
BLUE value IS 191 (75% from 255) = 72.08%
R=0%
G=27.92%
B=72.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal07419110.6100.25216.7510037.45
Hex04ABF643D019d96425
Octal01122771447503133114445
Binary01001010101111111100100111101011001110110011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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