#1845B1

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

Shades of Persian Blue #1845B1

Tints of Persian Blue #1845B1

Color information

#1845B1 (or 0x1845B1) is unknown color: approx Persian Blue. HEX triplet: 18, 45 and B1. RGB value is (24,69,177). Sum of RGB (Red+Green+Blue) = 24+69+177=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 177 (69.53% from 255 or 65.56% from 270); Max value from RGB is 177 - color contains mainly: blue. Hex color #1845B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1845B1 is #E7BA4E. Grayscale: #434343. Windows color (decimal): -15186511 or 11617560. OLE color: 11617560.

HSL color Cylindrical-coordinate representation of color #1845B1: hue angle of 222.35º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1845B1 is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2469177-
CMYK0.860.6100.31
HSL222.35º76.12%39.41%-
HSV(B)222.35º86.44%69.41%-
XYZ10.447.6242.52-
YUV67.86189.5996.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.89%
GREEN value IS 69 (27.34% from 255) = 25.56%
BLUE value IS 177 (69.53% from 255) = 65.56%
R=8.89%
G=25.56%
B=65.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal24691770.860.6100.31222.3576.1239.41
Hex1845B1563D01Fde4c27
Octal301052611267503733611447
Binary110001000101101100011010110111101011111110111101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1845B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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