Html Css Color HEX #1D11BE Medium Blue

📋 copy color: '#1D11BE'

red 29 ◦ green 17 ◦ blue 190

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

Shades of Medium Blue #1D11BE

Tints of Medium Blue #1D11BE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.2%

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

R = 12.29%
G = 7.2%
B = 80.51%

CMYK

 C value IS 0.85

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1D11BE (or 0x1D11BE) is known color: Medium Blue. HEX triplet: 1D, 11 and BE. RGB value is (29,17,190). Sum of RGB (Red+Green+Blue) = 29+17+190=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 190 (74.61% from 255 or 80.51% from 236); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D11BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D11BE is #E2EE41. Grayscale: #272727. Windows color (decimal): -14872130 or 12456221. OLE color: 12456221.

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

Color convert

RGB 29 17 190 -
CMYK 0.85 0.91 0 0.25
HSL 244.16º 0.84% 0.41% -
HSV(B) 244.16º 0.91% 0.75% -
XYZ 10 4.38 49.03 -
YUV 40.31 212.48 119.93 -
System Red Green Blue C M Y K H S L
Decimal 29 17 190 0.85 0.91 0 0.25 244.16 0.84 0.41
Hex 1D 11 BE 55 5B 0 19 F4 54 29
Octal 35 21 276 125 133 0 31 364 124 51
Binary 11101 10001 10111110 1010101 1011011 0 11001 11110100 1010100 101001

Color Harmonies of #1D11BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D11BE

Black with #1D11BE

Text Example


Text Example

White with #1D11BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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