#004ABB

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

Shades of Cobalt #004ABB

Tints of Cobalt #004ABB

Color information

#004ABB (or 0x004ABB) is unknown color: approx Cobalt. HEX triplet: 00, 4A and BB. RGB value is (0,74,187). Sum of RGB (Red+Green+Blue) = 0+74+187=261 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 187 (73.44% from 255 or 71.65% from 261); Max value from RGB is 187 - color contains mainly: blue. Hex color #004ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004ABB is #FFB544. Grayscale: #404040. Windows color (decimal): -16758085 or 12274176. OLE color: 12274176.

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

Color convert

RGB074187-
CMYK10.6000.27
HSL216.26º100%36.67%-
HSV(B)216.26º100%73.33%-
XYZ11.428.4948.05-
YUV64.76196.9881.81-

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.35%
BLUE value IS 187 (73.44% from 255) = 71.65%
R=0%
G=28.35%
B=71.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal07418710.6000.27216.2610036.67
Hex04ABB643C01Bd86425
Octal01122731447403333014445
Binary01001010101110111100100111100011011110110001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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