Html Css Color HEX #004FAD Cobalt

📋 copy color: '#004FAD'

red 0 ◦ green 79 ◦ blue 173

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

Shades of Cobalt #004FAD

Tints of Cobalt #004FAD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.35%

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

R = 0%
G = 31.35%
B = 68.65%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#004FAD (or 0x004FAD) is known color: Cobalt. HEX triplet: 00, 4F and AD. RGB value is (0,79,173). Sum of RGB (Red+Green+Blue) = 0+79+173=252 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 252); Green value is 79 (31.25% from 255 or 31.35% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #004FAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004FAD is #FFB052. Grayscale: #414141. Windows color (decimal): -16756819 or 11357952. OLE color: 11357952.

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

Color convert

RGB 0 79 173 -
CMYK 1 0.54 0 0.32
HSL 212.6º 1% 0.34% -
HSV(B) 212.6º 1% 0.68% -
XYZ 10.34 8.61 40.65 -
YUV 66.1 188.33 80.86 -
System Red Green Blue C M Y K H S L
Decimal 0 79 173 1 0.54 0 0.32 212.6 1 0.34
Hex 0 4F AD 64 36 0 20 D5 64 22
Octal 0 117 255 144 66 0 40 325 144 42
Binary 0 1001111 10101101 1100100 110110 0 100000 11010101 1100100 100010

Color Harmonies of #004FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004FAD

Black with #004FAD

Text Example


Text Example

White with #004FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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