#1827C0

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

Shades of Persian Blue #1827C0

Tints of Persian Blue #1827C0

Color information

#1827C0 (or 0x1827C0) is unknown color: approx Persian Blue. HEX triplet: 18, 27 and C0. RGB value is (24,39,192). Sum of RGB (Red+Green+Blue) = 24+39+192=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 192 (75.39% from 255 or 75.29% from 255); Max value from RGB is 192 - color contains mainly: blue. Hex color #1827C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1827C0 is #E7D83F. Grayscale: #333333. Windows color (decimal): -15194176 or 12592920. OLE color: 12592920.

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

Color convert

RGB2439192-
CMYK0.880.8000.25
HSL234.64º77.78%42.35%-
HSV(B)234.64º87.5%75.29%-
XYZ10.625.4550.36-
YUV51.96207.03108.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.41%
GREEN value IS 39 (15.62% from 255) = 15.29%
BLUE value IS 192 (75.39% from 255) = 75.29%
R=9.41%
G=15.29%
B=75.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal24391920.880.8000.25234.6477.7842.35
Hex1827C05850019eb4e2a
Octal304730013012003135311652
Binary110001001111100000010110001010000011001111010111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1827C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1827C0; }

 p { color: rgb(24,39,192); }

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

<style>
 a { background-color: #1827C0; }

 a { background-color: rgb(24,39,192); }

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

<style>
 span { border-color: #1827C0; }

 span { border-color: rgb(24,39,192); }

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