Html Css Color HEX #1D00BE Medium Blue

📋 copy color: '#1D00BE'

red 29 ◦ green 0 ◦ blue 190

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

Shades of Medium Blue #1D00BE

Tints of Medium Blue #1D00BE

RGB

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

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

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

R = 13.24%
G = 0%
B = 86.76%

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

#1D00BE (or 0x1D00BE) is known color: Medium Blue. HEX triplet: 1D, 00 and BE. RGB value is (29,0,190). Sum of RGB (Red+Green+Blue) = 29+0+190=219 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.24% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 190 (74.61% from 255 or 86.76% from 219); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D00BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D00BE is #E2FF41. Grayscale: #1D1D1D. Windows color (decimal): -14876482 or 12451869. OLE color: 12451869.

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

Color convert

RGB 29 0 190 -
CMYK 0.85 1 0 0.25
HSL 249.16º 1% 0.37% -
HSV(B) 249.16º 1% 0.75% -
XYZ 9.8 3.98 48.97 -
YUV 30.33 218.11 127.05 -
System Red Green Blue C M Y K H S L
Decimal 29 0 190 0.85 1 0 0.25 249.16 1 0.37
Hex 1D 0 BE 55 64 0 19 F9 64 25
Octal 35 0 276 125 144 0 31 371 144 45
Binary 11101 0 10111110 1010101 1100100 0 11001 11111001 1100100 100101

Color Harmonies of #1D00BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D00BE

Black with #1D00BE

Text Example


Text Example

White with #1D00BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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