#1D42B4

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

Shades of Persian Blue #1D42B4

Tints of Persian Blue #1D42B4

Color information

#1D42B4 (or 0x1D42B4) is unknown color: approx Persian Blue. HEX triplet: 1D, 42 and B4. RGB value is (29,66,180). Sum of RGB (Red+Green+Blue) = 29+66+180=275 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.55% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 180 (70.70% from 255 or 65.45% from 275); Max value from RGB is 180 - color contains mainly: blue. Hex color #1D42B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D42B4 is #E2BD4B. Grayscale: #434343. Windows color (decimal): -14859596 or 11813405. OLE color: 11813405.

HSL color Cylindrical-coordinate representation of color #1D42B4: hue angle of 225.3º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D42B4 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2966180-
CMYK0.840.6300.29
HSL225.3º72.25%40.98%-
HSV(B)225.3º83.89%70.59%-
XYZ10.697.4544.05-
YUV67.93191.24100.23-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.55%
GREEN value IS 66 (26.17% from 255) = 24%
BLUE value IS 180 (70.70% from 255) = 65.45%
R=10.55%
G=24%
B=65.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal29661800.840.6300.29225.372.2540.98
Hex1D42B4543F01De14829
Octal351022641247703534111051
Binary111011000010101101001010100111111011101111000011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D42B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,66,180); }

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

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

 a { background-color: rgb(29,66,180); }

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

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

 span { border-color: rgb(29,66,180); }

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