#1E22C6

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

Shades of Persian Blue #1E22C6

Tints of Persian Blue #1E22C6

Color information

#1E22C6 (or 0x1E22C6) is unknown color: approx Persian Blue. HEX triplet: 1E, 22 and C6. RGB value is (30,34,198). Sum of RGB (Red+Green+Blue) = 30+34+198=262 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.45% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 198 (77.73% from 255 or 75.57% from 262); Max value from RGB is 198 - color contains mainly: blue. Hex color #1E22C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E22C6 is #E1DD39. Grayscale: #323232. Windows color (decimal): -14802234 or 12984862. OLE color: 12984862.

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

Color convert

RGB3034198-
CMYK0.850.8300.22
HSL238.57º73.68%44.71%-
HSV(B)238.57º84.85%77.65%-
XYZ11.35.553.89-
YUV51.5210.67112.66-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.45%
GREEN value IS 34 (13.67% from 255) = 12.98%
BLUE value IS 198 (77.73% from 255) = 75.57%
R=11.45%
G=12.98%
B=75.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal30341980.850.8300.22238.5773.6844.71
Hex1E22C65553016ef4a2d
Octal364230612512302635711255
Binary111101000101100011010101011010011010110111011111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E22C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,34,198); }

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

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

 a { background-color: rgb(30,34,198); }

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

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

 span { border-color: rgb(30,34,198); }

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