#1F21BD

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

Shades of Persian Blue #1F21BD

Tints of Persian Blue #1F21BD

Color information

#1F21BD (or 0x1F21BD) is unknown color: approx Persian Blue. HEX triplet: 1F, 21 and BD. RGB value is (31,33,189). Sum of RGB (Red+Green+Blue) = 31+33+189=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 189 (74.22% from 255 or 74.70% from 253); Max value from RGB is 189 - color contains mainly: blue. Hex color #1F21BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F21BD is #E0DE42. Grayscale: #313131. Windows color (decimal): -14736963 or 12394783. OLE color: 12394783.

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

Color convert

RGB3133189-
CMYK0.840.8300.26
HSL239.24º71.82%43.14%-
HSV(B)239.24º83.6%74.12%-
XYZ10.295.0548.58-
YUV50.19206.34114.32-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.25%
GREEN value IS 33 (13.28% from 255) = 13.04%
BLUE value IS 189 (74.22% from 255) = 74.70%
R=12.25%
G=13.04%
B=74.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal31331890.840.8300.26239.2471.8243.14
Hex1F21BD545301Aef482b
Octal374127512412303235711053
Binary111111000011011110110101001010011011010111011111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F21BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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