Html Css Color HEX #004DC1 Cobalt

📋 copy color: '#004DC1'

red 0 ◦ green 77 ◦ blue 193

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

Shades of Cobalt #004DC1

Tints of Cobalt #004DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 71.48%

R = 0%
G = 28.52%
B = 71.48%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#004DC1 (or 0x004DC1) is known color: Cobalt. HEX triplet: 00, 4D and C1. RGB value is (0,77,193). Sum of RGB (Red+Green+Blue) = 0+77+193=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 193 (75.78% from 255 or 71.48% from 270); Max value from RGB is 193 - color contains mainly: blue. Hex color #004DC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #004DC1 is #FFB23E. Grayscale: #424242. Windows color (decimal): -16757311 or 12668160. OLE color: 12668160.

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

Color convert

RGB 0 77 193 -
CMYK 1 0.60 0 0.24
HSL 216.06º 1% 0.38% -
HSV(B) 216.06º 1% 0.76% -
XYZ 12.28 9.16 51.57 -
YUV 67.2 198.99 80.07 -
System Red Green Blue C M Y K H S L
Decimal 0 77 193 1 0.60 0 0.24 216.06 1 0.38
Hex 0 4D C1 64 3C 0 18 D8 64 26
Octal 0 115 301 144 74 0 30 330 144 46
Binary 0 1001101 11000001 1100100 111100 0 11000 11011000 1100100 100110

Color Harmonies of #004DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004DC1

Black with #004DC1

Text Example


Text Example

White with #004DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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