#1F42B0

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

Shades of Persian Blue #1F42B0

Tints of Persian Blue #1F42B0

Color information

#1F42B0 (or 0x1F42B0) is unknown color: approx Persian Blue. HEX triplet: 1F, 42 and B0. RGB value is (31,66,176). Sum of RGB (Red+Green+Blue) = 31+66+176=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 176 (69.14% from 255 or 64.47% from 273); Max value from RGB is 176 - color contains mainly: blue. Hex color #1F42B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F42B0 is #E0BD4F. Grayscale: #434343. Windows color (decimal): -14728528 or 11551263. OLE color: 11551263.

HSL color Cylindrical-coordinate representation of color #1F42B0: hue angle of 225.52º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F42B0 is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3166176-
CMYK0.820.6200.31
HSL225.52º70.05%40.59%-
HSV(B)225.52º82.39%69.02%-
XYZ10.357.3241.94-
YUV68.07188.9101.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.36%
GREEN value IS 66 (26.17% from 255) = 24.18%
BLUE value IS 176 (69.14% from 255) = 64.47%
R=11.36%
G=24.18%
B=64.47%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal31661760.820.6200.31225.5270.0540.59
Hex1F42B0523E01Fe24629
Octal371022601227603734210651
Binary111111000010101100001010010111110011111111000101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F42B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,66,176); }

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

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

 a { background-color: rgb(31,66,176); }

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

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

 span { border-color: rgb(31,66,176); }

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