#1b43c5

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

Shades of Persian Blue #1B43C5

Tints of Persian Blue #1B43C5

Color information

#1B43C5 (or 0x1B43C5) is unknown color: approx Persian Blue. HEX triplet: 1B, 43 and C5. RGB value is (27,67,197). Sum of RGB (Red+Green+Blue) = 27+67+197=291 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.28% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 197 (77.34% from 255 or 67.70% from 291); Max value from RGB is 197 - color contains mainly: blue. Hex color #1B43C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B43C5 is #E4BC3A. Grayscale: #454545. Windows color (decimal): -14990395 or 12927771. OLE color: 12927771.

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

Color convert

RGB2767197-
CMYK0.860.6600.23
HSL225.88º75.89%43.92%-
HSV(B)225.88º86.29%77.25%-
XYZ12.548.2853.76-
YUV69.86199.7597.43-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.28%
GREEN value IS 67 (26.56% from 255) = 23.02%
BLUE value IS 197 (77.34% from 255) = 67.70%
R=9.28%
G=23.02%
B=67.70%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal27671970.860.6600.23225.8875.8943.92
Hex1B43C55642017e24c2c
Octal3310330512610202734211454
Binary1101110000111100010110101101000010010111111000101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b43c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,67,197); }

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

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

 a { background-color: rgb(27,67,197); }

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

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

 span { border-color: rgb(27,67,197); }

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