#1B22C6

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

Shades of Persian Blue #1B22C6

Tints of Persian Blue #1B22C6

Color information

#1B22C6 (or 0x1B22C6) is unknown color: approx Persian Blue. HEX triplet: 1B, 22 and C6. RGB value is (27,34,198). Sum of RGB (Red+Green+Blue) = 27+34+198=259 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.42% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 198 (77.73% from 255 or 76.45% from 259); Max value from RGB is 198 - color contains mainly: blue. Hex color #1B22C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B22C6 is #E4DD39. Grayscale: #313131. Windows color (decimal): -14998842 or 12984859. OLE color: 12984859.

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

Color convert

RGB2734198-
CMYK0.860.8300.22
HSL237.54º76%44.12%-
HSV(B)237.54º86.36%77.65%-
XYZ11.225.4553.89-
YUV50.6211.18111.16-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.42%
GREEN value IS 34 (13.67% from 255) = 13.13%
BLUE value IS 198 (77.73% from 255) = 76.45%
R=10.42%
G=13.13%
B=76.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal27341980.860.8300.22237.547644.12
Hex1B22C65653016ee4c2c
Octal334230612612302635611454
Binary110111000101100011010101101010011010110111011101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B22C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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