#1F18BC

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

Shades of Persian Blue #1F18BC

Tints of Persian Blue #1F18BC

Color information

#1F18BC (or 0x1F18BC) is unknown color: approx Persian Blue. HEX triplet: 1F, 18 and BC. RGB value is (31,24,188). Sum of RGB (Red+Green+Blue) = 31+24+188=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 188 (73.83% from 255 or 77.37% from 243); Max value from RGB is 188 - color contains mainly: blue. Hex color #1F18BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F18BC is #E0E743. Grayscale: #2C2C2C. Windows color (decimal): -14739268 or 12326943. OLE color: 12326943.

HSL color Cylindrical-coordinate representation of color #1F18BC: hue angle of 242.56º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F18BC is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3124188-
CMYK0.840.8700.26
HSL242.56º77.36%41.57%-
HSV(B)242.56º87.23%73.73%-
XYZ9.974.5847.93-
YUV44.79208.82118.16-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.76%
GREEN value IS 24 (9.77% from 255) = 9.88%
BLUE value IS 188 (73.83% from 255) = 77.37%
R=12.76%
G=9.88%
B=77.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal31241880.840.8700.26242.5677.3641.57
Hex1F18BC545701Af34d2a
Octal373027412412703236311552
Binary11111110001011110010101001010111011010111100111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F18BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,24,188); }

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

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

 a { background-color: rgb(31,24,188); }

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

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

 span { border-color: rgb(31,24,188); }

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