Html Css Color HEX #004AB9 Cobalt

📋 copy color: '#004AB9'

red 0 ◦ green 74 ◦ blue 185

#004AB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #004AB9

Tints of Cobalt #004AB9

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 74 (29.3% from 255) = 28.57%

 BLUE value IS 185 (72.66% from 255) = 71.43%

R = 0%
G = 28.57%
B = 71.43%

CMYK

 C value IS 1

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#004AB9 (or 0x004AB9) is known color: Cobalt. HEX triplet: 00, 4A and B9. RGB value is (0,74,185). Sum of RGB (Red+Green+Blue) = 0+74+185=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 185 (72.66% from 255 or 71.43% from 259); Max value from RGB is 185 - color contains mainly: blue. Hex color #004AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004AB9 is #FFB546. Grayscale: #404040. Windows color (decimal): -16758087 or 12143104. OLE color: 12143104.

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

Color convert

RGB 0 74 185 -
CMYK 1 0.6 0 0.27
HSL 216º 1% 0.36% -
HSV(B) 216º 1% 0.73% -
XYZ 11.21 8.4 46.93 -
YUV 64.53 195.98 81.97 -
System Red Green Blue C M Y K H S L
Decimal 0 74 185 1 0.6 0 0.27 216 1 0.36
Hex 0 4A B9 64 3C 0 1B D8 64 24
Octal 0 112 271 144 74 0 33 330 144 44
Binary 0 1001010 10111001 1100100 111100 0 11011 11011000 1100100 100100

Color Harmonies of #004AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004AB9

Black with #004AB9

Text Example


Text Example

White with #004AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #004AB9;
 }
 .AnyTagClassName
 {
   color: #004AB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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