#1B45E6

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

Shades of Persian Blue #1B45E6

Tints of Persian Blue #1B45E6

Color information

#1B45E6 (or 0x1B45E6) is unknown color: approx Persian Blue. HEX triplet: 1B, 45 and E6. RGB value is (27,69,230). Sum of RGB (Red+Green+Blue) = 27+69+230=326 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.28% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 230 (90.23% from 255 or 70.55% from 326); Max value from RGB is 230 - color contains mainly: blue. Hex color #1B45E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1B45E6 is #E4BA19. Grayscale: #4A4A4A. Windows color (decimal): -14989850 or 15090971. OLE color: 15090971.

HSL color Cylindrical-coordinate representation of color #1B45E6: hue angle of 227.59º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B45E6 is Cyan = 0.88, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB2769230-
CMYK0.880.700.10
HSL227.59º80.24%50.39%-
HSV(B)227.59º88.26%90.2%-
XYZ16.8610.275.94-
YUV74.8215.5993.91-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.28%
GREEN value IS 69 (27.34% from 255) = 21.17%
BLUE value IS 230 (90.23% from 255) = 70.55%
R=8.28%
G=21.17%
B=70.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal27692300.880.700.10227.5980.2450.39
Hex1B45E658460Ae45032
Octal3310534613010601234412062
Binary110111000101111001101011000100011001010111001001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B45E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,69,230); }

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

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

 a { background-color: rgb(27,69,230); }

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

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

 span { border-color: rgb(27,69,230); }

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