#1D2ABE

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

Shades of Persian Blue #1D2ABE

Tints of Persian Blue #1D2ABE

Color information

#1D2ABE (or 0x1D2ABE) is unknown color: approx Persian Blue. HEX triplet: 1D, 2A and BE. RGB value is (29,42,190). Sum of RGB (Red+Green+Blue) = 29+42+190=261 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.11% from 261); Green value is 42 (16.80% from 255 or 16.09% from 261); Blue value is 190 (74.61% from 255 or 72.80% from 261); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D2ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2ABE is #E2D541. Grayscale: #363636. Windows color (decimal): -14865730 or 12462621. OLE color: 12462621.

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

Color convert

RGB2942190-
CMYK0.850.7800.25
HSL235.16º73.52%42.94%-
HSV(B)235.16º84.74%74.51%-
XYZ10.635.6349.24-
YUV54.98204.19109.47-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 11.11%
GREEN value IS 42 (16.80% from 255) = 16.09%
BLUE value IS 190 (74.61% from 255) = 72.80%
R=11.11%
G=16.09%
B=72.80%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal29421900.850.7800.25235.1673.5242.94
Hex1D2ABE554E019eb4a2b
Octal355227612511603135311253
Binary111011010101011111010101011001110011001111010111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,42,190); }

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

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

 a { background-color: rgb(29,42,190); }

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

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

 span { border-color: rgb(29,42,190); }

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