#1B20DC

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

Shades of Persian Blue #1B20DC

Tints of Persian Blue #1B20DC

Color information

#1B20DC (or 0x1B20DC) is unknown color: approx Persian Blue. HEX triplet: 1B, 20 and DC. RGB value is (27,32,220). Sum of RGB (Red+Green+Blue) = 27+32+220=279 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.68% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 220 (86.33% from 255 or 78.85% from 279); Max value from RGB is 220 - color contains mainly: blue. Hex color #1B20DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B20DC is #E4DF23. Grayscale: #333333. Windows color (decimal): -14999332 or 14426139. OLE color: 14426139.

HSL color Cylindrical-coordinate representation of color #1B20DC: hue angle of 238.45º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B20DC is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB2732220-
CMYK0.880.8500.14
HSL238.45º78.14%48.43%-
HSV(B)238.45º87.73%86.27%-
XYZ13.896.4368.22-
YUV51.94222.84110.21-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.68%
GREEN value IS 32 (12.89% from 255) = 11.47%
BLUE value IS 220 (86.33% from 255) = 78.85%
R=9.68%
G=11.47%
B=78.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal27322200.880.8500.14238.4578.1448.43
Hex1B20DC58550Eee4e30
Octal334033413012501635611660
Binary11011100000110111001011000101010101110111011101001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B20DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,32,220); }

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

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

 a { background-color: rgb(27,32,220); }

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

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

 span { border-color: rgb(27,32,220); }

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