#1B3EC1

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

Shades of Persian Blue #1B3EC1

Tints of Persian Blue #1B3EC1

Color information

#1B3EC1 (or 0x1B3EC1) is unknown color: approx Persian Blue. HEX triplet: 1B, 3E and C1. RGB value is (27,62,193). Sum of RGB (Red+Green+Blue) = 27+62+193=282 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.57% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 193 (75.78% from 255 or 68.44% from 282); Max value from RGB is 193 - color contains mainly: blue. Hex color #1B3EC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B3EC1 is #E4C13E. Grayscale: #414141. Windows color (decimal): -14991679 or 12664347. OLE color: 12664347.

HSL color Cylindrical-coordinate representation of color #1B3EC1: hue angle of 227.35º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B3EC1 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2762193-
CMYK0.860.6800.24
HSL227.35º75.45%43.14%-
HSV(B)227.35º86.01%75.69%-
XYZ11.87.5351.28-
YUV66.47199.499.85-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.57%
GREEN value IS 62 (24.61% from 255) = 21.99%
BLUE value IS 193 (75.78% from 255) = 68.44%
R=9.57%
G=21.99%
B=68.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal27621930.860.6800.24227.3575.4543.14
Hex1B3EC15644018e34b2b
Octal337630112610403034311353
Binary110111111101100000110101101000100011000111000111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,62,193); }

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

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

 a { background-color: rgb(27,62,193); }

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

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

 span { border-color: rgb(27,62,193); }

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