#1F37EF

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

Shades of Persian Blue #1F37EF

Tints of Persian Blue #1F37EF

Color information

#1F37EF (or 0x1F37EF) is unknown color: approx Persian Blue. HEX triplet: 1F, 37 and EF. RGB value is (31,55,239). Sum of RGB (Red+Green+Blue) = 31+55+239=325 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.54% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 239 (93.75% from 255 or 73.54% from 325); Max value from RGB is 239 - color contains mainly: blue. Hex color #1F37EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F37EF is #E0C810. Grayscale: #444444. Windows color (decimal): -14731281 or 15677215. OLE color: 15677215.

HSL color Cylindrical-coordinate representation of color #1F37EF: hue angle of 233.08º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F37EF is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3155239-
CMYK0.870.7700.06
HSL233.08º86.67%52.94%-
HSV(B)233.08º87.03%93.73%-
XYZ17.519.2682.52-
YUV68.8224.05101.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.54%
GREEN value IS 55 (21.88% from 255) = 16.92%
BLUE value IS 239 (93.75% from 255) = 73.54%
R=9.54%
G=16.92%
B=73.54%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal31552390.870.7700.06233.0886.6752.94
Hex1F37EF574D06e95735
Octal37673571271150635112765
Binary1111111011111101111101011110011010110111010011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F37EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,55,239); }

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

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

 a { background-color: rgb(31,55,239); }

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

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

 span { border-color: rgb(31,55,239); }

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