#1F22CE

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

Shades of Persian Blue #1F22CE

Tints of Persian Blue #1F22CE

Color information

#1F22CE (or 0x1F22CE) is unknown color: approx Persian Blue. HEX triplet: 1F, 22 and CE. RGB value is (31,34,206). Sum of RGB (Red+Green+Blue) = 31+34+206=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 206 (80.86% from 255 or 76.01% from 271); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F22CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F22CE is #E0DD31. Grayscale: #343434. Windows color (decimal): -14736690 or 13509151. OLE color: 13509151.

HSL color Cylindrical-coordinate representation of color #1F22CE: hue angle of 238.97º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F22CE is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3134206-
CMYK0.850.8300.19
HSL238.97º73.84%46.47%-
HSV(B)238.97º84.95%80.78%-
XYZ12.285.8958.88-
YUV52.71214.51112.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.44%
GREEN value IS 34 (13.67% from 255) = 12.55%
BLUE value IS 206 (80.86% from 255) = 76.01%
R=11.44%
G=12.55%
B=76.01%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal31342060.850.8300.19238.9773.8446.47
Hex1F22CE5553013ef4a2e
Octal374231612512302335711256
Binary111111000101100111010101011010011010011111011111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F22CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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