#1D00CC

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

Shades of Medium Blue #1D00CC

Tints of Medium Blue #1D00CC

Color information

#1D00CC (or 0x1D00CC) is unknown color: approx Medium Blue. HEX triplet: 1D, 00 and CC. RGB value is (29,0,204). Sum of RGB (Red+Green+Blue) = 29+0+204=233 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.45% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 204 (80.08% from 255 or 87.55% from 233); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D00CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D00CC is #E2FF33. Grayscale: #1F1F1F. Windows color (decimal): -14876468 or 13369373. OLE color: 13369373.

HSL color Cylindrical-coordinate representation of color #1D00CC: hue angle of 248.53º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D00CC is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB290204-
CMYK0.86100.2
HSL248.53º100%40%-
HSV(B)248.53º100%80%-
XYZ11.414.6257.42-
YUV31.93225.11125.91-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 87.55%
R=12.45%
G=0%
B=87.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2902040.86100.2248.5310040
Hex1D0CC5664014f96428
Octal35031412614402437114450
Binary1110101100110010101101100100010100111110011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D00CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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