Html Css Color HEX #004DB6 Cobalt

📋 copy color: '#004DB6'

red 0 ◦ green 77 ◦ blue 182

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

Shades of Cobalt #004DB6

Tints of Cobalt #004DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 70.27%

R = 0%
G = 29.73%
B = 70.27%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#004DB6 (or 0x004DB6) is known color: Cobalt. HEX triplet: 00, 4D and B6. RGB value is (0,77,182). Sum of RGB (Red+Green+Blue) = 0+77+182=259 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 182 (71.48% from 255 or 70.27% from 259); Max value from RGB is 182 - color contains mainly: blue. Hex color #004DB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004DB6 is #FFB249. Grayscale: #414141. Windows color (decimal): -16757322 or 11947264. OLE color: 11947264.

HSL color Cylindrical-coordinate representation of color #004DB6: hue angle of 214.62º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004DB6 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 0 77 182 -
CMYK 1 0.58 0 0.29
HSL 214.62º 1% 0.36% -
HSV(B) 214.62º 1% 0.71% -
XYZ 11.1 8.69 45.35 -
YUV 65.95 193.49 80.96 -
System Red Green Blue C M Y K H S L
Decimal 0 77 182 1 0.58 0 0.29 214.62 1 0.36
Hex 0 4D B6 64 3A 0 1D D7 64 24
Octal 0 115 266 144 72 0 35 327 144 44
Binary 0 1001101 10110110 1100100 111010 0 11101 11010111 1100100 100100

Color Harmonies of #004DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004DB6

Black with #004DB6

Text Example


Text Example

White with #004DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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