#1b46c1

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

Shades of Persian Blue #1B46C1

Tints of Persian Blue #1B46C1

Color information

#1B46C1 (or 0x1B46C1) is unknown color: approx Persian Blue. HEX triplet: 1B, 46 and C1. RGB value is (27,70,193). Sum of RGB (Red+Green+Blue) = 27+70+193=290 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.31% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 193 (75.78% from 255 or 66.55% from 290); Max value from RGB is 193 - color contains mainly: blue. Hex color #1B46C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B46C1 is #E4B93E. Grayscale: #464646. Windows color (decimal): -14989631 or 12666395. OLE color: 12666395.

HSL color Cylindrical-coordinate representation of color #1B46C1: hue angle of 224.46º 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 #1B46C1 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2770193-
CMYK0.860.6400.24
HSL224.46º75.45%43.14%-
HSV(B)224.46º86.01%75.69%-
XYZ12.278.4651.44-
YUV71.16196.7596.5-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.31%
GREEN value IS 70 (27.73% from 255) = 24.14%
BLUE value IS 193 (75.78% from 255) = 66.55%
R=9.31%
G=24.14%
B=66.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal27701930.860.6400.24224.4675.4543.14
Hex1B46C15640018e04b2b
Octal3310630112610003034011353
Binary1101110001101100000110101101000000011000111000001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b46c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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