#1F17BC

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

Shades of Persian Blue #1F17BC

Tints of Persian Blue #1F17BC

Color information

#1F17BC (or 0x1F17BC) is unknown color: approx Persian Blue. HEX triplet: 1F, 17 and BC. RGB value is (31,23,188). Sum of RGB (Red+Green+Blue) = 31+23+188=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 188 (73.83% from 255 or 77.69% from 242); Max value from RGB is 188 - color contains mainly: blue. Hex color #1F17BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F17BC is #E0E843. Grayscale: #2B2B2B. Windows color (decimal): -14739524 or 12326687. OLE color: 12326687.

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

Color convert

RGB3123188-
CMYK0.840.8800.26
HSL242.91º78.2%41.37%-
HSV(B)242.91º87.77%73.73%-
XYZ9.954.5347.93-
YUV44.2209.15118.58-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.81%
GREEN value IS 23 (9.38% from 255) = 9.50%
BLUE value IS 188 (73.83% from 255) = 77.69%
R=12.81%
G=9.50%
B=77.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal31231880.840.8800.26242.9178.241.37
Hex1F17BC545801Af34e29
Octal372727412413003236311651
Binary11111101111011110010101001011000011010111100111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F17BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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