Html Css Color HEX #004DB2 Cobalt

📋 copy color: '#004DB2'

red 0 ◦ green 77 ◦ blue 178

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

Shades of Cobalt #004DB2

Tints of Cobalt #004DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 69.8%

R = 0%
G = 30.2%
B = 69.8%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#004DB2 (or 0x004DB2) is known color: Cobalt. HEX triplet: 00, 4D and B2. RGB value is (0,77,178). Sum of RGB (Red+Green+Blue) = 0+77+178=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 178 (69.92% from 255 or 69.80% from 255); Max value from RGB is 178 - color contains mainly: blue. Hex color #004DB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004DB2 is #FFB24D. Grayscale: #414141. Windows color (decimal): -16757326 or 11685120. OLE color: 11685120.

HSL color Cylindrical-coordinate representation of color #004DB2: hue angle of 214.04º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004DB2 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 0 77 178 -
CMYK 1 0.57 0 0.30
HSL 214.04º 1% 0.35% -
HSV(B) 214.04º 1% 0.7% -
XYZ 10.69 8.52 43.2 -
YUV 65.49 191.49 81.29 -
System Red Green Blue C M Y K H S L
Decimal 0 77 178 1 0.57 0 0.30 214.04 1 0.35
Hex 0 4D B2 64 39 0 1E D6 64 23
Octal 0 115 262 144 71 0 36 326 144 43
Binary 0 1001101 10110010 1100100 111001 0 11110 11010110 1100100 100011

Color Harmonies of #004DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004DB2

Black with #004DB2

Text Example


Text Example

White with #004DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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