Html Css Color HEX #004D9F Cobalt

📋 copy color: '#004D9F'

red 0 ◦ green 77 ◦ blue 159

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

Shades of Cobalt #004D9F

Tints of Cobalt #004D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 67.37%

R = 0%
G = 32.63%
B = 67.37%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#004D9F (or 0x004D9F) is known color: Cobalt. HEX triplet: 00, 4D and 9F. RGB value is (0,77,159). Sum of RGB (Red+Green+Blue) = 0+77+159=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 159 (62.5% from 255 or 67.37% from 236); Max value from RGB is 159 - color contains mainly: blue. Hex color #004D9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004D9F is #FFB260. Grayscale: #3E3E3E. Windows color (decimal): -16757345 or 10439936. OLE color: 10439936.

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

Color convert

RGB 0 77 159 -
CMYK 1 0.52 0 0.38
HSL 210.94º 1% 0.31% -
HSV(B) 210.94º 1% 0.62% -
XYZ 8.91 7.81 33.84 -
YUV 63.33 181.99 82.83 -
System Red Green Blue C M Y K H S L
Decimal 0 77 159 1 0.52 0 0.38 210.94 1 0.31
Hex 0 4D 9F 64 34 0 26 D3 64 1F
Octal 0 115 237 144 64 0 46 323 144 37
Binary 0 1001101 10011111 1100100 110100 0 100110 11010011 1100100 11111

Color Harmonies of #004D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004D9F

Black with #004D9F

Text Example


Text Example

White with #004D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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