#1F44BE

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

Shades of Persian Blue #1F44BE

Tints of Persian Blue #1F44BE

Color information

#1F44BE (or 0x1F44BE) is unknown color: approx Persian Blue. HEX triplet: 1F, 44 and BE. RGB value is (31,68,190). Sum of RGB (Red+Green+Blue) = 31+68+190=289 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.73% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 190 (74.61% from 255 or 65.74% from 289); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F44BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F44BE is #E0BB41. Grayscale: #464646. Windows color (decimal): -14728002 or 12469279. OLE color: 12469279.

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

Color convert

RGB3168190-
CMYK0.840.6400.25
HSL226.04º71.95%43.33%-
HSV(B)226.04º83.68%74.51%-
XYZ11.938.1449.66-
YUV70.84195.2499.58-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.73%
GREEN value IS 68 (26.95% from 255) = 23.53%
BLUE value IS 190 (74.61% from 255) = 65.74%
R=10.73%
G=23.53%
B=65.74%

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
Decimal31681900.840.6400.25226.0471.9543.33
Hex1F44BE5440019e2482b
Octal3710427612410003134211053
Binary1111110001001011111010101001000000011001111000101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F44BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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