Html Css Color HEX #001DCA Medium Blue

📋 copy color: '#001DCA'

red 0 ◦ green 29 ◦ blue 202

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

Shades of Medium Blue #001DCA

Tints of Medium Blue #001DCA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.55%

 BLUE value IS 202 (79.3% from 255) = 87.45%

R = 0%
G = 12.55%
B = 87.45%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#001DCA (or 0x001DCA) is known color: Medium Blue. HEX triplet: 00, 1D and CA. RGB value is (0,29,202). Sum of RGB (Red+Green+Blue) = 0+29+202=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 29 (11.72% from 255 or 12.55% from 231); Blue value is 202 (79.30% from 255 or 87.45% from 231); Max value from RGB is 202 - color contains mainly: blue. Hex color #001DCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001DCA is #FFE235. Grayscale: #272727. Windows color (decimal): -16769590 or 13245696. OLE color: 13245696.

HSL color Cylindrical-coordinate representation of color #001DCA: hue angle of 231.39º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001DCA is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 29 202 -
CMYK 1 0.86 0 0.21
HSL 231.39º 1% 0.4% -
HSV(B) 231.39º 1% 0.79% -
XYZ 11.1 5.14 56.28 -
YUV 40.05 219.39 99.43 -
System Red Green Blue C M Y K H S L
Decimal 0 29 202 1 0.86 0 0.21 231.39 1 0.4
Hex 0 1D CA 64 56 0 15 E7 64 28
Octal 0 35 312 144 126 0 25 347 144 50
Binary 0 11101 11001010 1100100 1010110 0 10101 11100111 1100100 101000

Color Harmonies of #001DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001DCA

Black with #001DCA

Text Example


Text Example

White with #001DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001DCA; }

 p { color: rgb(0,29,202); }

 H1.HeaderClassName
 {
   color: #001DCA;
 }
 .AnyTagClassName
 {
   color: #001DCA;
 }
</style>

background-color css

<style>
 a { background-color: #001DCA; }

 a { background-color: rgb(0,29,202); }

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

border-color css

<style>
 span { border-color: #001DCA; }

 span { border-color: rgb(0,29,202); }

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