#1D45BA

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

Shades of Persian Blue #1D45BA

Tints of Persian Blue #1D45BA

Color information

#1D45BA (or 0x1D45BA) is unknown color: approx Persian Blue. HEX triplet: 1D, 45 and BA. RGB value is (29,69,186). Sum of RGB (Red+Green+Blue) = 29+69+186=284 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.21% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D45BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D45BA is #E2BA45. Grayscale: #454545. Windows color (decimal): -14858822 or 12207389. OLE color: 12207389.

HSL color Cylindrical-coordinate representation of color #1D45BA: hue angle of 224.71º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D45BA is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2969186-
CMYK0.840.6300.27
HSL224.71º73.02%42.16%-
HSV(B)224.71º84.41%72.94%-
XYZ11.58.0647.4-
YUV70.38193.2598.49-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.21%
GREEN value IS 69 (27.34% from 255) = 24.30%
BLUE value IS 186 (73.05% from 255) = 65.49%
R=10.21%
G=24.30%
B=65.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal29691860.840.6300.27224.7173.0242.16
Hex1D45BA543F01Be1492a
Octal351052721247703334111152
Binary111011000101101110101010100111111011011111000011001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D45BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,69,186); }

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

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

 a { background-color: rgb(29,69,186); }

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

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

 span { border-color: rgb(29,69,186); }

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