#1845C8

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

Shades of Persian Blue #1845C8

Tints of Persian Blue #1845C8

Color information

#1845C8 (or 0x1845C8) is unknown color: approx Persian Blue. HEX triplet: 18, 45 and C8. RGB value is (24,69,200). Sum of RGB (Red+Green+Blue) = 24+69+200=293 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.19% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 200 (78.52% from 255 or 68.26% from 293); Max value from RGB is 200 - color contains mainly: blue. Hex color #1845C8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1845C8 is #E7BA37. Grayscale: #454545. Windows color (decimal): -15186488 or 13124888. OLE color: 13124888.

HSL color Cylindrical-coordinate representation of color #1845C8: hue angle of 224.66º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1845C8 is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2469200-
CMYK0.880.6600.22
HSL224.66º78.57%43.92%-
HSV(B)224.66º88%78.43%-
XYZ12.938.6255.63-
YUV70.48201.0994.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.19%
GREEN value IS 69 (27.34% from 255) = 23.55%
BLUE value IS 200 (78.52% from 255) = 68.26%
R=8.19%
G=23.55%
B=68.26%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal24692000.880.6600.22224.6678.5743.92
Hex1845C85842016e14f2c
Octal3010531013010202634111754
Binary1100010001011100100010110001000010010110111000011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1845C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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