#1F20BD

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

Shades of Persian Blue #1F20BD

Tints of Persian Blue #1F20BD

Color information

#1F20BD (or 0x1F20BD) is unknown color: approx Persian Blue. HEX triplet: 1F, 20 and BD. RGB value is (31,32,189). Sum of RGB (Red+Green+Blue) = 31+32+189=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 189 (74.22% from 255 or 75% from 252); Max value from RGB is 189 - color contains mainly: blue. Hex color #1F20BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F20BD is #E0DF42. Grayscale: #303030. Windows color (decimal): -14737219 or 12394527. OLE color: 12394527.

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

Color convert

RGB3132189-
CMYK0.840.8300.26
HSL239.62º71.82%43.14%-
HSV(B)239.62º83.6%74.12%-
XYZ10.27548.57-
YUV49.6206.67114.73-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.30%
GREEN value IS 32 (12.89% from 255) = 12.70%
BLUE value IS 189 (74.22% from 255) = 75%
R=12.30%
G=12.70%
B=75%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal31321890.840.8300.26239.6271.8243.14
Hex1F20BD545301Af0482b
Octal374027512412303236011053
Binary111111000001011110110101001010011011010111100001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F20BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,32,189); }

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

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

 a { background-color: rgb(31,32,189); }

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

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

 span { border-color: rgb(31,32,189); }

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