#1F21D6

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

Shades of Persian Blue #1F21D6

Tints of Persian Blue #1F21D6

Color information

#1F21D6 (or 0x1F21D6) is unknown color: approx Persian Blue. HEX triplet: 1F, 21 and D6. RGB value is (31,33,214). Sum of RGB (Red+Green+Blue) = 31+33+214=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 214 (83.98% from 255 or 76.98% from 278); Max value from RGB is 214 - color contains mainly: blue. Hex color #1F21D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F21D6 is #E0DE29. Grayscale: #343434. Windows color (decimal): -14736938 or 14033183. OLE color: 14033183.

HSL color Cylindrical-coordinate representation of color #1F21D6: hue angle of 239.34º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F21D6 is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3133214-
CMYK0.860.8500.16
HSL239.34º74.69%48.04%-
HSV(B)239.34º85.51%83.92%-
XYZ13.256.2364.12-
YUV53.04218.84112.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.15%
GREEN value IS 33 (13.28% from 255) = 11.87%
BLUE value IS 214 (83.98% from 255) = 76.98%
R=11.15%
G=11.87%
B=76.98%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal31332140.860.8500.16239.3474.6948.04
Hex1F21D65655010ef4b30
Octal374132612612502035711360
Binary111111000011101011010101101010101010000111011111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F21D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,33,214); }

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

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

 a { background-color: rgb(31,33,214); }

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

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

 span { border-color: rgb(31,33,214); }

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