#1F22BD

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

Shades of Persian Blue #1F22BD

Tints of Persian Blue #1F22BD

Color information

#1F22BD (or 0x1F22BD) is unknown color: approx Persian Blue. HEX triplet: 1F, 22 and BD. RGB value is (31,34,189). Sum of RGB (Red+Green+Blue) = 31+34+189=254 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.20% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 189 (74.22% from 255 or 74.41% from 254); Max value from RGB is 189 - color contains mainly: blue. Hex color #1F22BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F22BD is #E0DD42. Grayscale: #323232. Windows color (decimal): -14736707 or 12395039. OLE color: 12395039.

HSL color Cylindrical-coordinate representation of color #1F22BD: hue angle of 238.86º 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 #1F22BD is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3134189-
CMYK0.840.8200.26
HSL238.86º71.82%43.14%-
HSV(B)238.86º83.6%74.12%-
XYZ10.325.1148.59-
YUV50.77206.01113.9-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.20%
GREEN value IS 34 (13.67% from 255) = 13.39%
BLUE value IS 189 (74.22% from 255) = 74.41%
R=12.20%
G=13.39%
B=74.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal31341890.840.8200.26238.8671.8243.14
Hex1F22BD545201Aef482b
Octal374227512412203235711053
Binary111111000101011110110101001010010011010111011111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F22BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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