#1D41CC

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

Shades of Persian Blue #1D41CC

Tints of Persian Blue #1D41CC

Color information

#1D41CC (or 0x1D41CC) is unknown color: approx Persian Blue. HEX triplet: 1D, 41 and CC. RGB value is (29,65,204). Sum of RGB (Red+Green+Blue) = 29+65+204=298 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.73% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 204 (80.08% from 255 or 68.46% from 298); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D41CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D41CC is #E2BE33. Grayscale: #454545. Windows color (decimal): -14859828 or 13386013. OLE color: 13386013.

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

Color convert

RGB2965204-
CMYK0.860.6800.2
HSL227.66º75.11%45.69%-
HSV(B)227.66º85.78%80%-
XYZ13.38.458.05-
YUV70.08203.5798.7-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.73%
GREEN value IS 65 (25.78% from 255) = 21.81%
BLUE value IS 204 (80.08% from 255) = 68.46%
R=9.73%
G=21.81%
B=68.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal29652040.860.6800.2227.6675.1145.69
Hex1D41CC5644014e44b2e
Octal3510131412610402434411356
Binary1110110000011100110010101101000100010100111001001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D41CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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