#1F3CB9

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

Shades of Persian Blue #1F3CB9

Tints of Persian Blue #1F3CB9

Color information

#1F3CB9 (or 0x1F3CB9) is unknown color: approx Persian Blue. HEX triplet: 1F, 3C and B9. RGB value is (31,60,185). Sum of RGB (Red+Green+Blue) = 31+60+185=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 185 (72.66% from 255 or 67.03% from 276); Max value from RGB is 185 - color contains mainly: blue. Hex color #1F3CB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F3CB9 is #E0C346. Grayscale: #414141. Windows color (decimal): -14730055 or 12139551. OLE color: 12139551.

HSL color Cylindrical-coordinate representation of color #1F3CB9: hue angle of 228.7º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F3CB9 is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3160185-
CMYK0.830.6800.27
HSL228.7º71.3%42.35%-
HSV(B)228.7º83.24%72.55%-
XYZ10.947.0346.68-
YUV65.58195.39103.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.23%
GREEN value IS 60 (23.83% from 255) = 21.74%
BLUE value IS 185 (72.66% from 255) = 67.03%
R=11.23%
G=21.74%
B=67.03%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal31601850.830.6800.27228.771.342.35
Hex1F3CB9534401Be5472a
Octal377427112310403334510752
Binary111111111001011100110100111000100011011111001011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,60,185); }

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

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

 a { background-color: rgb(31,60,185); }

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

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

 span { border-color: rgb(31,60,185); }

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