#1F46C0

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

Shades of Persian Blue #1F46C0

Tints of Persian Blue #1F46C0

Color information

#1F46C0 (or 0x1F46C0) is unknown color: approx Persian Blue. HEX triplet: 1F, 46 and C0. RGB value is (31,70,192). Sum of RGB (Red+Green+Blue) = 31+70+192=293 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.58% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 192 (75.39% from 255 or 65.53% from 293); Max value from RGB is 192 - color contains mainly: blue. Hex color #1F46C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F46C0 is #E0B93F. Grayscale: #474747. Windows color (decimal): -14727488 or 12600863. OLE color: 12600863.

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

Color convert

RGB3170192-
CMYK0.840.6400.25
HSL225.47º72.2%43.73%-
HSV(B)225.47º83.85%75.29%-
XYZ12.278.4850.86-
YUV72.25195.5898.58-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.58%
GREEN value IS 70 (27.73% from 255) = 23.89%
BLUE value IS 192 (75.39% from 255) = 65.53%
R=10.58%
G=23.89%
B=65.53%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal31701920.840.6400.25225.4772.243.73
Hex1F46C05440019e1482c
Octal3710630012410003134111054
Binary1111110001101100000010101001000000011001111000011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F46C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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