#1F28BE

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

Shades of Persian Blue #1F28BE

Tints of Persian Blue #1F28BE

Color information

#1F28BE (or 0x1F28BE) is unknown color: approx Persian Blue. HEX triplet: 1F, 28 and BE. RGB value is (31,40,190). Sum of RGB (Red+Green+Blue) = 31+40+190=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 190 (74.61% from 255 or 72.80% from 261); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F28BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F28BE is #E0D741. Grayscale: #353535. Windows color (decimal): -14735170 or 12462111. OLE color: 12462111.

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

Color convert

RGB3140190-
CMYK0.840.7900.25
HSL236.6º71.95%43.33%-
HSV(B)236.6º83.68%74.51%-
XYZ10.625.5349.22-
YUV54.41204.52111.3-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.88%
GREEN value IS 40 (16.02% from 255) = 15.33%
BLUE value IS 190 (74.61% from 255) = 72.80%
R=11.88%
G=15.33%
B=72.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal31401900.840.7900.25236.671.9543.33
Hex1F28BE544F019ed482b
Octal375027612411703135511053
Binary111111010001011111010101001001111011001111011011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F28BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,40,190); }

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

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

 a { background-color: rgb(31,40,190); }

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

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

 span { border-color: rgb(31,40,190); }

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