#1F44D9

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

Shades of Persian Blue #1F44D9

Tints of Persian Blue #1F44D9

Color information

#1F44D9 (or 0x1F44D9) is unknown color: approx Persian Blue. HEX triplet: 1F, 44 and D9. RGB value is (31,68,217). Sum of RGB (Red+Green+Blue) = 31+68+217=316 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.81% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 217 (85.16% from 255 or 68.67% from 316); Max value from RGB is 217 - color contains mainly: blue. Hex color #1F44D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F44D9 is #E0BB26. Grayscale: #494949. Windows color (decimal): -14727975 or 14238751. OLE color: 14238751.

HSL color Cylindrical-coordinate representation of color #1F44D9: hue angle of 228.06º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F44D9 is Cyan = 0.86, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3168217-
CMYK0.860.6900.15
HSL228.06º75%48.63%-
HSV(B)228.06º85.71%85.1%-
XYZ15.169.4466.67-
YUV73.92208.7497.38-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.81%
GREEN value IS 68 (26.95% from 255) = 21.52%
BLUE value IS 217 (85.16% from 255) = 68.67%
R=9.81%
G=21.52%
B=68.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal31682170.860.6900.15228.067548.63
Hex1F44D956450Fe44b31
Octal3710433112610501734411361
Binary111111000100110110011010110100010101111111001001001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F44D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,68,217); }

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

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

 a { background-color: rgb(31,68,217); }

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

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

 span { border-color: rgb(31,68,217); }

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