#004D9A

Color #004D9A Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #004D9A

Tints of Cobalt #004D9A

Color information

#004D9A (or 0x004D9A) is unknown color: approx Cobalt. HEX triplet: 00, 4D and 9A. RGB value is (0,77,154). Sum of RGB (Red+Green+Blue) = 0+77+154=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 154 (60.55% from 255 or 66.67% from 231); Max value from RGB is 154 - color contains mainly: blue. Hex color #004D9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004D9A is #FFB265. Grayscale: #3E3E3E. Windows color (decimal): -16757350 or 10112256. OLE color: 10112256.

HSL color Cylindrical-coordinate representation of color #004D9A: hue angle of 210º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004D9A is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB077154-
CMYK10.5000.40
HSL210º100%30.2%-
HSV(B)210º100%60.39%-
XYZ8.497.6431.6-
YUV62.76179.4983.24-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 77 (30.47% from 255) = 33.33%
BLUE value IS 154 (60.55% from 255) = 66.67%
R=0%
G=33.33%
B=66.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal07715410.5000.4021010030.2
Hex04D9A6432028d2641e
Octal01152321446205032214436
Binary01001101100110101100100110010010100011010010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #004D9A;
 }
 .AnyTagClassName
 {
   color: #004D9A;
 }
</style>
background-color css

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

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

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

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

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

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