#1D2EC7

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

Shades of Persian Blue #1D2EC7

Tints of Persian Blue #1D2EC7

Color information

#1D2EC7 (or 0x1D2EC7) is unknown color: approx Persian Blue. HEX triplet: 1D, 2E and C7. RGB value is (29,46,199). Sum of RGB (Red+Green+Blue) = 29+46+199=274 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.58% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 199 (78.12% from 255 or 72.63% from 274); Max value from RGB is 199 - color contains mainly: blue. Hex color #1D2EC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2EC7 is #E2D138. Grayscale: #393939. Windows color (decimal): -14864697 or 13053469. OLE color: 13053469.

HSL color Cylindrical-coordinate representation of color #1D2EC7: hue angle of 234º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D2EC7 is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2946199-
CMYK0.850.7700.22
HSL234º74.56%44.71%-
HSV(B)234º85.43%78.04%-
XYZ11.796.3454.63-
YUV58.36207.37107.06-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.58%
GREEN value IS 46 (18.36% from 255) = 16.79%
BLUE value IS 199 (78.12% from 255) = 72.63%
R=10.58%
G=16.79%
B=72.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal29461990.850.7700.2223474.5644.71
Hex1D2EC7554D016ea4b2d
Octal355630712511502635211355
Binary111011011101100011110101011001101010110111010101001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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