#1F36BA

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

Shades of Persian Blue #1F36BA

Tints of Persian Blue #1F36BA

Color information

#1F36BA (or 0x1F36BA) is unknown color: approx Persian Blue. HEX triplet: 1F, 36 and BA. RGB value is (31,54,186). Sum of RGB (Red+Green+Blue) = 31+54+186=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 186 (73.05% from 255 or 68.63% from 271); Max value from RGB is 186 - color contains mainly: blue. Hex color #1F36BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F36BA is #E0C945. Grayscale: #3D3D3D. Windows color (decimal): -14731590 or 12203551. OLE color: 12203551.

HSL color Cylindrical-coordinate representation of color #1F36BA: hue angle of 231.1º degrees, saturation: 0.71, 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 #1F36BA is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3154186-
CMYK0.830.7100.27
HSL231.1º71.43%42.55%-
HSV(B)231.1º83.33%72.94%-
XYZ10.756.4747.14-
YUV62.17197.88105.77-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.44%
GREEN value IS 54 (21.48% from 255) = 19.93%
BLUE value IS 186 (73.05% from 255) = 68.63%
R=11.44%
G=19.93%
B=68.63%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal31541860.830.7100.27231.171.4342.55
Hex1F36BA534701Be7472b
Octal376627212310703334710753
Binary111111101101011101010100111000111011011111001111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F36BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,54,186); }

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

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

 a { background-color: rgb(31,54,186); }

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

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

 span { border-color: rgb(31,54,186); }

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