Html Css Color HEX #004DAD Cobalt

📋 copy color: '#004DAD'

red 0 ◦ green 77 ◦ blue 173

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

Shades of Cobalt #004DAD

Tints of Cobalt #004DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 69.2%

R = 0%
G = 30.8%
B = 69.2%

CMYK

 C value IS 1

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#004DAD (or 0x004DAD) is known color: Cobalt. HEX triplet: 00, 4D and AD. RGB value is (0,77,173). Sum of RGB (Red+Green+Blue) = 0+77+173=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #004DAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004DAD is #FFB252. Grayscale: #404040. Windows color (decimal): -16757331 or 11357440. OLE color: 11357440.

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

Color convert

RGB 0 77 173 -
CMYK 1 0.55 0 0.32
HSL 213.29º 1% 0.34% -
HSV(B) 213.29º 1% 0.68% -
XYZ 10.2 8.32 40.6 -
YUV 64.92 188.99 81.69 -
System Red Green Blue C M Y K H S L
Decimal 0 77 173 1 0.55 0 0.32 213.29 1 0.34
Hex 0 4D AD 64 37 0 20 D5 64 22
Octal 0 115 255 144 67 0 40 325 144 42
Binary 0 1001101 10101101 1100100 110111 0 100000 11010101 1100100 100010

Color Harmonies of #004DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004DAD

Black with #004DAD

Text Example


Text Example

White with #004DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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