#1F2CC1

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

Shades of Persian Blue #1F2CC1

Tints of Persian Blue #1F2CC1

Color information

#1F2CC1 (or 0x1F2CC1) is unknown color: approx Persian Blue. HEX triplet: 1F, 2C and C1. RGB value is (31,44,193). Sum of RGB (Red+Green+Blue) = 31+44+193=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 193 (75.78% from 255 or 72.01% from 268); Max value from RGB is 193 - color contains mainly: blue. Hex color #1F2CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F2CC1 is #E0D33E. Grayscale: #383838. Windows color (decimal): -14734143 or 12659743. OLE color: 12659743.

HSL color Cylindrical-coordinate representation of color #1F2CC1: hue angle of 235.19º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F2CC1 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3144193-
CMYK0.840.7700.24
HSL235.19º72.32%43.92%-
HSV(B)235.19º83.94%75.69%-
XYZ11.095.9451.01-
YUV57.1204.69109.38-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.57%
GREEN value IS 44 (17.58% from 255) = 16.42%
BLUE value IS 193 (75.78% from 255) = 72.01%
R=11.57%
G=16.42%
B=72.01%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal31441930.840.7700.24235.1972.3243.92
Hex1F2CC1544D018eb482c
Octal375430112411503035311054
Binary111111011001100000110101001001101011000111010111001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,44,193); }

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

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

 a { background-color: rgb(31,44,193); }

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

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

 span { border-color: rgb(31,44,193); }

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