#1D03B5

Color #1D03B5 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #1D03B5

Tints of Medium Blue #1D03B5

Color information

#1D03B5 (or 0x1D03B5) is unknown color: approx Medium Blue. HEX triplet: 1D, 03 and B5. RGB value is (29,3,181). Sum of RGB (Red+Green+Blue) = 29+3+181=213 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.62% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 181 (71.09% from 255 or 84.98% from 213); Max value from RGB is 181 - color contains mainly: blue. Hex color #1D03B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D03B5 is #E2FC4A. Grayscale: #1E1E1E. Windows color (decimal): -14875723 or 11862813. OLE color: 11862813.

HSL color Cylindrical-coordinate representation of color #1D03B5: hue angle of 248.76º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D03B5 is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB293181-
CMYK0.840.9800.29
HSL248.76º96.74%36.08%-
HSV(B)248.76º98.34%70.98%-
XYZ8.883.6643.95-
YUV31.07212.61126.53-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.62%
GREEN value IS 3 (1.56% from 255) = 1.41%
BLUE value IS 181 (71.09% from 255) = 84.98%
R=13.62%
G=1.41%
B=84.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal2931810.840.9800.29248.7696.7436.08
Hex1D3B5546201Df96124
Octal35326512414203537114144
Binary11101111011010110101001100010011101111110011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D03B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,3,181); }

 H1.HeaderClassName
 {
   color: #1D03B5;
 }
 .AnyTagClassName
 {
   color: #1D03B5;
 }
</style>
background-color css

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

 a { background-color: rgb(29,3,181); }

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

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

 span { border-color: rgb(29,3,181); }

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