Html Css Color HEX #1D00C0 Medium Blue

📋 copy color: '#1D00C0'

red 29 ◦ green 0 ◦ blue 192

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

Shades of Medium Blue #1D00C0

Tints of Medium Blue #1D00C0

RGB

 RED value IS 29 (11.72% from 255) = 13.12%

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

 BLUE value IS 192 (75.39% from 255) = 86.88%

R = 13.12%
G = 0%
B = 86.88%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1D00C0 (or 0x1D00C0) is known color: Medium Blue. HEX triplet: 1D, 00 and C0. RGB value is (29,0,192). Sum of RGB (Red+Green+Blue) = 29+0+192=221 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.12% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 192 (75.39% from 255 or 86.88% from 221); Max value from RGB is 192 - color contains mainly: blue. Hex color #1D00C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D00C0 is #E2FF3F. Grayscale: #1D1D1D. Windows color (decimal): -14876480 or 12582941. OLE color: 12582941.

HSL color Cylindrical-coordinate representation of color #1D00C0: hue angle of 249.06º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D00C0 is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 29 0 192 -
CMYK 0.85 1 0 0.25
HSL 249.06º 1% 0.38% -
HSV(B) 249.06º 1% 0.75% -
XYZ 10.02 4.07 50.13 -
YUV 30.56 219.11 126.89 -
System Red Green Blue C M Y K H S L
Decimal 29 0 192 0.85 1 0 0.25 249.06 1 0.38
Hex 1D 0 C0 55 64 0 19 F9 64 26
Octal 35 0 300 125 144 0 31 371 144 46
Binary 11101 0 11000000 1010101 1100100 0 11001 11111001 1100100 100110

Color Harmonies of #1D00C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D00C0

Black with #1D00C0

Text Example


Text Example

White with #1D00C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D00C0; }

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

 H1.HeaderClassName
 {
   color: #1D00C0;
 }
 .AnyTagClassName
 {
   color: #1D00C0;
 }
</style>

background-color css

<style>
 a { background-color: #1D00C0; }

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

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

border-color css

<style>
 span { border-color: #1D00C0; }

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

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