Html Css Color HEX #004ABD Cobalt

📋 copy color: '#004ABD'

red 0 ◦ green 74 ◦ blue 189

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

Shades of Cobalt #004ABD

Tints of Cobalt #004ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 71.86%

R = 0%
G = 28.14%
B = 71.86%

CMYK

 C value IS 1

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#004ABD (or 0x004ABD) is known color: Cobalt. HEX triplet: 00, 4A and BD. RGB value is (0,74,189). Sum of RGB (Red+Green+Blue) = 0+74+189=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 189 (74.22% from 255 or 71.86% from 263); Max value from RGB is 189 - color contains mainly: blue. Hex color #004ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004ABD is #FFB542. Grayscale: #404040. Windows color (decimal): -16758083 or 12405248. OLE color: 12405248.

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

Color convert

RGB 0 74 189 -
CMYK 1 0.61 0 0.26
HSL 216.51º 1% 0.37% -
HSV(B) 216.51º 1% 0.74% -
XYZ 11.63 8.57 49.19 -
YUV 64.98 197.98 81.65 -
System Red Green Blue C M Y K H S L
Decimal 0 74 189 1 0.61 0 0.26 216.51 1 0.37
Hex 0 4A BD 64 3D 0 1A D9 64 25
Octal 0 112 275 144 75 0 32 331 144 45
Binary 0 1001010 10111101 1100100 111101 0 11010 11011001 1100100 100101

Color Harmonies of #004ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004ABD

Black with #004ABD

Text Example


Text Example

White with #004ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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