#1D2EC6

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

Shades of Persian Blue #1D2EC6

Tints of Persian Blue #1D2EC6

Color information

#1D2EC6 (or 0x1D2EC6) is unknown color: approx Persian Blue. HEX triplet: 1D, 2E and C6. RGB value is (29,46,198). Sum of RGB (Red+Green+Blue) = 29+46+198=273 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.62% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 198 (77.73% from 255 or 72.53% from 273); Max value from RGB is 198 - color contains mainly: blue. Hex color #1D2EC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2EC6 is #E2D139. Grayscale: #393939. Windows color (decimal): -14864698 or 12987933. OLE color: 12987933.

HSL color Cylindrical-coordinate representation of color #1D2EC6: hue angle of 233.96º degrees, saturation: 0.74, 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 #1D2EC6 is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2946198-
CMYK0.850.7700.22
HSL233.96º74.45%44.51%-
HSV(B)233.96º85.35%77.65%-
XYZ11.686.2954.03-
YUV58.24206.87107.14-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.62%
GREEN value IS 46 (18.36% from 255) = 16.85%
BLUE value IS 198 (77.73% from 255) = 72.53%
R=10.62%
G=16.85%
B=72.53%

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
Decimal29461980.850.7700.22233.9674.4544.51
Hex1D2EC6554D016ea4a2d
Octal355630612511502635211255
Binary111011011101100011010101011001101010110111010101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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