#1D2EC1

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

Shades of Persian Blue #1D2EC1

Tints of Persian Blue #1D2EC1

Color information

#1D2EC1 (or 0x1D2EC1) is unknown color: approx Persian Blue. HEX triplet: 1D, 2E and C1. RGB value is (29,46,193). Sum of RGB (Red+Green+Blue) = 29+46+193=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 193 (75.78% from 255 or 72.01% from 268); Max value from RGB is 193 - color contains mainly: blue. Hex color #1D2EC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2EC1 is #E2D13E. Grayscale: #393939. Windows color (decimal): -14864703 or 12660253. OLE color: 12660253.

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

Color convert

RGB2946193-
CMYK0.850.7600.24
HSL233.78º73.87%43.53%-
HSV(B)233.78º84.97%75.69%-
XYZ11.116.0751.04-
YUV57.68204.37107.55-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.82%
GREEN value IS 46 (18.36% from 255) = 17.16%
BLUE value IS 193 (75.78% from 255) = 72.01%
R=10.82%
G=17.16%
B=72.01%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal29461930.850.7600.24233.7873.8743.53
Hex1D2EC1554C018ea4a2c
Octal355630112511403035211254
Binary111011011101100000110101011001100011000111010101001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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