#1845BE

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

Shades of Persian Blue #1845BE

Tints of Persian Blue #1845BE

Color information

#1845BE (or 0x1845BE) is unknown color: approx Persian Blue. HEX triplet: 18, 45 and BE. RGB value is (24,69,190). Sum of RGB (Red+Green+Blue) = 24+69+190=283 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.48% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 190 (74.61% from 255 or 67.14% from 283); Max value from RGB is 190 - color contains mainly: blue. Hex color #1845BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1845BE is #E7BA41. Grayscale: #444444. Windows color (decimal): -15186498 or 12469528. OLE color: 12469528.

HSL color Cylindrical-coordinate representation of color #1845BE: hue angle of 223.73º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1845BE is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2469190-
CMYK0.870.6400.25
HSL223.73º77.57%41.96%-
HSV(B)223.73º87.37%74.51%-
XYZ11.88.1749.67-
YUV69.34196.0995.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.48%
GREEN value IS 69 (27.34% from 255) = 24.38%
BLUE value IS 190 (74.61% from 255) = 67.14%
R=8.48%
G=24.38%
B=67.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal24691900.870.6400.25223.7377.5741.96
Hex1845BE5740019e04e2a
Octal3010527612710003134011652
Binary1100010001011011111010101111000000011001111000001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1845BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1845BE; }

 p { color: rgb(24,69,190); }

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

<style>
 a { background-color: #1845BE; }

 a { background-color: rgb(24,69,190); }

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

<style>
 span { border-color: #1845BE; }

 span { border-color: rgb(24,69,190); }

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