#1F2DCB

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

Shades of Persian Blue #1F2DCB

Tints of Persian Blue #1F2DCB

Color information

#1F2DCB (or 0x1F2DCB) is unknown color: approx Persian Blue. HEX triplet: 1F, 2D and CB. RGB value is (31,45,203). Sum of RGB (Red+Green+Blue) = 31+45+203=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 203 (79.69% from 255 or 72.76% from 279); Max value from RGB is 203 - color contains mainly: blue. Hex color #1F2DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F2DCB is #E0D234. Grayscale: #3A3A3A. Windows color (decimal): -14733877 or 13315359. OLE color: 13315359.

HSL color Cylindrical-coordinate representation of color #1F2DCB: hue angle of 235.12º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F2DCB is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3145203-
CMYK0.850.7800.20
HSL235.12º73.5%45.88%-
HSV(B)235.12º84.73%79.61%-
XYZ12.286.4857.1-
YUV58.83209.36108.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.11%
GREEN value IS 45 (17.97% from 255) = 16.13%
BLUE value IS 203 (79.69% from 255) = 72.76%
R=11.11%
G=16.13%
B=72.76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal31452030.850.7800.20235.1273.545.88
Hex1F2DCB554E014eb4a2e
Octal375531312511602435311256
Binary111111011011100101110101011001110010100111010111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,45,203); }

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

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

 a { background-color: rgb(31,45,203); }

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

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

 span { border-color: rgb(31,45,203); }

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