#1F45BE

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

Shades of Persian Blue #1F45BE

Tints of Persian Blue #1F45BE

Color information

#1F45BE (or 0x1F45BE) is unknown color: approx Persian Blue. HEX triplet: 1F, 45 and BE. RGB value is (31,69,190). Sum of RGB (Red+Green+Blue) = 31+69+190=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 190 (74.61% from 255 or 65.52% from 290); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F45BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F45BE is #E0BA41. Grayscale: #464646. Windows color (decimal): -14727746 or 12469535. OLE color: 12469535.

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

Color convert

RGB3169190-
CMYK0.840.6400.25
HSL225.66º71.95%43.33%-
HSV(B)225.66º83.68%74.51%-
XYZ11.998.2749.68-
YUV71.43194.9199.16-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.69%
GREEN value IS 69 (27.34% from 255) = 23.79%
BLUE value IS 190 (74.61% from 255) = 65.52%
R=10.69%
G=23.79%
B=65.52%

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
Decimal31691900.840.6400.25225.6671.9543.33
Hex1F45BE5440019e2482b
Octal3710527612410003134211053
Binary1111110001011011111010101001000000011001111000101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F45BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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