#1F46C5

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

Shades of Persian Blue #1F46C5

Tints of Persian Blue #1F46C5

Color information

#1F46C5 (or 0x1F46C5) is unknown color: approx Persian Blue. HEX triplet: 1F, 46 and C5. RGB value is (31,70,197). Sum of RGB (Red+Green+Blue) = 31+70+197=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 197 (77.34% from 255 or 66.11% from 298); Max value from RGB is 197 - color contains mainly: blue. Hex color #1F46C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F46C5 is #E0B93A. Grayscale: #484848. Windows color (decimal): -14727483 or 12928543. OLE color: 12928543.

HSL color Cylindrical-coordinate representation of color #1F46C5: hue angle of 225.9º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F46C5 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB3170197-
CMYK0.840.6400.23
HSL225.9º72.81%44.71%-
HSV(B)225.9º84.26%77.25%-
XYZ12.838.753.83-
YUV72.82198.0898.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.40%
GREEN value IS 70 (27.73% from 255) = 23.49%
BLUE value IS 197 (77.34% from 255) = 66.11%
R=10.40%
G=23.49%
B=66.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal31701970.840.6400.23225.972.8144.71
Hex1F46C55440017e2492d
Octal3710630512410002734211155
Binary1111110001101100010110101001000000010111111000101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F46C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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