#1F40C0

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

Shades of Persian Blue #1F40C0

Tints of Persian Blue #1F40C0

Color information

#1F40C0 (or 0x1F40C0) is unknown color: approx Persian Blue. HEX triplet: 1F, 40 and C0. RGB value is (31,64,192). Sum of RGB (Red+Green+Blue) = 31+64+192=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 192 (75.39% from 255 or 66.90% from 287); Max value from RGB is 192 - color contains mainly: blue. Hex color #1F40C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F40C0 is #E0BF3F. Grayscale: #444444. Windows color (decimal): -14729024 or 12599327. OLE color: 12599327.

HSL color Cylindrical-coordinate representation of color #1F40C0: hue angle of 227.7º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F40C0 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3164192-
CMYK0.840.6700.25
HSL227.7º72.2%43.73%-
HSV(B)227.7º83.85%75.29%-
XYZ11.917.7650.74-
YUV68.72197.57101.09-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.80%
GREEN value IS 64 (25.39% from 255) = 22.30%
BLUE value IS 192 (75.39% from 255) = 66.90%
R=10.80%
G=22.30%
B=66.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal31641920.840.6700.25227.772.243.73
Hex1F40C05443019e4482c
Octal3710030012410303134411054
Binary1111110000001100000010101001000011011001111001001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F40C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,64,192); }

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

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

 a { background-color: rgb(31,64,192); }

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

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

 span { border-color: rgb(31,64,192); }

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