#1c27c0

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

Shades of Persian Blue #1C27C0

Tints of Persian Blue #1C27C0

Color information

#1C27C0 (or 0x1C27C0) is unknown color: approx Persian Blue. HEX triplet: 1C, 27 and C0. RGB value is (28,39,192). Sum of RGB (Red+Green+Blue) = 28+39+192=259 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.81% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 192 (75.39% from 255 or 74.13% from 259); Max value from RGB is 192 - color contains mainly: blue. Hex color #1C27C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C27C0 is #E3D83F. Grayscale: #343434. Windows color (decimal): -14932032 or 12592924. OLE color: 12592924.

HSL color Cylindrical-coordinate representation of color #1C27C0: hue angle of 235.98º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C27C0 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2839192-
CMYK0.850.8000.25
HSL235.98º74.55%43.14%-
HSV(B)235.98º85.42%75.29%-
XYZ10.725.550.37-
YUV53.15206.36110.06-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.81%
GREEN value IS 39 (15.62% from 255) = 15.06%
BLUE value IS 192 (75.39% from 255) = 74.13%
R=10.81%
G=15.06%
B=74.13%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal28391920.850.8000.25235.9874.5543.14
Hex1C27C05550019ec4b2b
Octal344730012512003135411353
Binary111001001111100000010101011010000011001111011001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c27c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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