#1D27D2

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

Shades of Persian Blue #1D27D2

Tints of Persian Blue #1D27D2

Color information

#1D27D2 (or 0x1D27D2) is unknown color: approx Persian Blue. HEX triplet: 1D, 27 and D2. RGB value is (29,39,210). Sum of RGB (Red+Green+Blue) = 29+39+210=278 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.43% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 210 (82.42% from 255 or 75.54% from 278); Max value from RGB is 210 - color contains mainly: blue. Hex color #1D27D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D27D2 is #E2D82D. Grayscale: #363636. Windows color (decimal): -14866478 or 13772573. OLE color: 13772573.

HSL color Cylindrical-coordinate representation of color #1D27D2: hue angle of 236.69º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D27D2 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2939210-
CMYK0.860.8100.18
HSL236.69º75.73%46.86%-
HSV(B)236.69º86.19%82.35%-
XYZ12.876.3761.52-
YUV55.5215.19109.1-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.43%
GREEN value IS 39 (15.62% from 255) = 14.03%
BLUE value IS 210 (82.42% from 255) = 75.54%
R=10.43%
G=14.03%
B=75.54%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal29392100.860.8100.18236.6975.7346.86
Hex1D27D25651012ed4c2f
Octal354732212612102235511457
Binary111011001111101001010101101010001010010111011011001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D27D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,39,210); }

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

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

 a { background-color: rgb(29,39,210); }

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

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

 span { border-color: rgb(29,39,210); }

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