#1D02C1

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

Shades of Medium Blue #1D02C1

Tints of Medium Blue #1D02C1

Color information

#1D02C1 (or 0x1D02C1) is unknown color: approx Medium Blue. HEX triplet: 1D, 02 and C1. RGB value is (29,2,193). Sum of RGB (Red+Green+Blue) = 29+2+193=224 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.95% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 193 (75.78% from 255 or 86.16% from 224); Max value from RGB is 193 - color contains mainly: blue. Hex color #1D02C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D02C1 is #E2FD3E. Grayscale: #1F1F1F. Windows color (decimal): -14875967 or 12648989. OLE color: 12648989.

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

Color convert

RGB292193-
CMYK0.850.9900.24
HSL248.48º97.95%38.24%-
HSV(B)248.48º98.96%75.69%-
XYZ10.154.1550.72-
YUV31.85218.95125.97-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.95%
GREEN value IS 2 (1.17% from 255) = 0.89%
BLUE value IS 193 (75.78% from 255) = 86.16%
R=12.95%
G=0.89%
B=86.16%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal2921930.850.9900.24248.4897.9538.24
Hex1D2C15563018f86226
Octal35230112514303037014246
Binary11101101100000110101011100011011000111110001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D02C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,2,193); }

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

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

 a { background-color: rgb(29,2,193); }

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

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

 span { border-color: rgb(29,2,193); }

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