#1D39BC

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

Shades of Persian Blue #1D39BC

Tints of Persian Blue #1D39BC

Color information

#1D39BC (or 0x1D39BC) is unknown color: approx Persian Blue. HEX triplet: 1D, 39 and BC. RGB value is (29,57,188). Sum of RGB (Red+Green+Blue) = 29+57+188=274 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.58% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #1D39BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D39BC is #E2C643. Grayscale: #3F3F3F. Windows color (decimal): -14861892 or 12335389. OLE color: 12335389.

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

Color convert

RGB2957188-
CMYK0.850.7000.26
HSL229.43º73.27%42.55%-
HSV(B)229.43º84.57%73.73%-
XYZ11.056.8248.31-
YUV63.56198.22103.35-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.58%
GREEN value IS 57 (22.66% from 255) = 20.80%
BLUE value IS 188 (73.83% from 255) = 68.61%
R=10.58%
G=20.80%
B=68.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal29571880.850.7000.26229.4373.2742.55
Hex1D39BC554601Ae5492b
Octal357127412510603234511153
Binary111011110011011110010101011000110011010111001011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D39BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,57,188); }

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

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

 a { background-color: rgb(29,57,188); }

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

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

 span { border-color: rgb(29,57,188); }

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