Html Css Color HEX #1D01BE Medium Blue

📋 copy color: '#1D01BE'

red 29 ◦ green 1 ◦ blue 190

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

Shades of Medium Blue #1D01BE

Tints of Medium Blue #1D01BE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 190 (74.61% from 255) = 86.36%

R = 13.18%
G = 0.45%
B = 86.36%

CMYK

 C value IS 0.85

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1D01BE (or 0x1D01BE) is known color: Medium Blue. HEX triplet: 1D, 01 and BE. RGB value is (29,1,190). Sum of RGB (Red+Green+Blue) = 29+1+190=220 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.18% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 190 (74.61% from 255 or 86.36% from 220); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D01BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D01BE is #E2FE41. Grayscale: #1E1E1E. Windows color (decimal): -14876226 or 12452125. OLE color: 12452125.

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

Color convert

RGB 29 1 190 -
CMYK 0.85 0.99 0 0.25
HSL 248.89º 0.99% 0.37% -
HSV(B) 248.89º 0.99% 0.75% -
XYZ 9.81 4 48.97 -
YUV 30.92 217.78 126.63 -
System Red Green Blue C M Y K H S L
Decimal 29 1 190 0.85 0.99 0 0.25 248.89 0.99 0.37
Hex 1D 1 BE 55 63 0 19 F9 63 25
Octal 35 1 276 125 143 0 31 371 143 45
Binary 11101 1 10111110 1010101 1100011 0 11001 11111001 1100011 100101

Color Harmonies of #1D01BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D01BE

Black with #1D01BE

Text Example


Text Example

White with #1D01BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,1,190); }

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

background-color css

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

 a { background-color: rgb(29,1,190); }

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

border-color css

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

 span { border-color: rgb(29,1,190); }

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