#1D2EBF

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

Shades of Persian Blue #1D2EBF

Tints of Persian Blue #1D2EBF

Color information

#1D2EBF (or 0x1D2EBF) is unknown color: approx Persian Blue. HEX triplet: 1D, 2E and BF. RGB value is (29,46,191). Sum of RGB (Red+Green+Blue) = 29+46+191=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 46 (18.36% from 255 or 17.29% from 266); Blue value is 191 (75% from 255 or 71.80% from 266); Max value from RGB is 191 - color contains mainly: blue. Hex color #1D2EBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D2EBF is #E2D140. Grayscale: #383838. Windows color (decimal): -14864705 or 12529181. OLE color: 12529181.

HSL color Cylindrical-coordinate representation of color #1D2EBF: hue angle of 233.7º 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 #1D2EBF is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2946191-
CMYK0.850.7600.25
HSL233.7º73.64%43.14%-
HSV(B)233.7º84.82%74.9%-
XYZ10.895.9849.87-
YUV57.45203.37107.71-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.90%
GREEN value IS 46 (18.36% from 255) = 17.29%
BLUE value IS 191 (75% from 255) = 71.80%
R=10.90%
G=17.29%
B=71.80%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal29461910.850.7600.25233.773.6443.14
Hex1D2EBF554C019ea4a2b
Octal355627712511403135211253
Binary111011011101011111110101011001100011001111010101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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