Html Css Color HEX #004DAF Cobalt

📋 copy color: '#004DAF'

red 0 ◦ green 77 ◦ blue 175

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

Shades of Cobalt #004DAF

Tints of Cobalt #004DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 69.44%

R = 0%
G = 30.56%
B = 69.44%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#004DAF (or 0x004DAF) is known color: Cobalt. HEX triplet: 00, 4D and AF. RGB value is (0,77,175). Sum of RGB (Red+Green+Blue) = 0+77+175=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 175 (68.75% from 255 or 69.44% from 252); Max value from RGB is 175 - color contains mainly: blue. Hex color #004DAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004DAF is #FFB250. Grayscale: #404040. Windows color (decimal): -16757329 or 11488512. OLE color: 11488512.

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

Color convert

RGB 0 77 175 -
CMYK 1 0.56 0 0.31
HSL 213.6º 1% 0.34% -
HSV(B) 213.6º 1% 0.69% -
XYZ 10.39 8.4 41.63 -
YUV 65.15 189.99 81.53 -
System Red Green Blue C M Y K H S L
Decimal 0 77 175 1 0.56 0 0.31 213.6 1 0.34
Hex 0 4D AF 64 38 0 1F D6 64 22
Octal 0 115 257 144 70 0 37 326 144 42
Binary 0 1001101 10101111 1100100 111000 0 11111 11010110 1100100 100010

Color Harmonies of #004DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004DAF

Black with #004DAF

Text Example


Text Example

White with #004DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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