Html Css Color HEX #004DAB Cobalt

📋 copy color: '#004DAB'

red 0 ◦ green 77 ◦ blue 171

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

Shades of Cobalt #004DAB

Tints of Cobalt #004DAB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.05%

 BLUE value IS 171 (67.19% from 255) = 68.95%

R = 0%
G = 31.05%
B = 68.95%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#004DAB (or 0x004DAB) is known color: Cobalt. HEX triplet: 00, 4D and AB. RGB value is (0,77,171). Sum of RGB (Red+Green+Blue) = 0+77+171=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 171 (67.19% from 255 or 68.95% from 248); Max value from RGB is 171 - color contains mainly: blue. Hex color #004DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004DAB is #FFB254. Grayscale: #404040. Windows color (decimal): -16757333 or 11226368. OLE color: 11226368.

HSL color Cylindrical-coordinate representation of color #004DAB: hue angle of 212.98º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004DAB is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 77 171 -
CMYK 1 0.55 0 0.33
HSL 212.98º 1% 0.34% -
HSV(B) 212.98º 1% 0.67% -
XYZ 10 8.25 39.59 -
YUV 64.69 187.99 81.86 -
System Red Green Blue C M Y K H S L
Decimal 0 77 171 1 0.55 0 0.33 212.98 1 0.34
Hex 0 4D AB 64 37 0 21 D5 64 22
Octal 0 115 253 144 67 0 41 325 144 42
Binary 0 1001101 10101011 1100100 110111 0 100001 11010101 1100100 100010

Color Harmonies of #004DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004DAB

Black with #004DAB

Text Example


Text Example

White with #004DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,77,171); }

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

background-color css

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

 a { background-color: rgb(0,77,171); }

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

border-color css

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

 span { border-color: rgb(0,77,171); }

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