#1F45BB

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

Shades of Persian Blue #1F45BB

Tints of Persian Blue #1F45BB

Color information

#1F45BB (or 0x1F45BB) is unknown color: approx Persian Blue. HEX triplet: 1F, 45 and BB. RGB value is (31,69,187). Sum of RGB (Red+Green+Blue) = 31+69+187=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #1F45BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F45BB is #E0BA44. Grayscale: #464646. Windows color (decimal): -14727749 or 12272927. OLE color: 12272927.

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

Color convert

RGB3169187-
CMYK0.830.6300.27
HSL225.38º71.56%42.75%-
HSV(B)225.38º83.42%73.33%-
XYZ11.668.1447.97-
YUV71.09193.4199.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.80%
GREEN value IS 69 (27.34% from 255) = 24.04%
BLUE value IS 187 (73.44% from 255) = 65.16%
R=10.80%
G=24.04%
B=65.16%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal31691870.830.6300.27225.3871.5642.75
Hex1F45BB533F01Be1482b
Octal371052731237703334111053
Binary111111000101101110111010011111111011011111000011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F45BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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