#1C39B0

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

Shades of Persian Blue #1C39B0

Tints of Persian Blue #1C39B0

Color information

#1C39B0 (or 0x1C39B0) is unknown color: approx Persian Blue. HEX triplet: 1C, 39 and B0. RGB value is (28,57,176). Sum of RGB (Red+Green+Blue) = 28+57+176=261 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.73% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 176 (69.14% from 255 or 67.43% from 261); Max value from RGB is 176 - color contains mainly: blue. Hex color #1C39B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C39B0 is #E3C64F. Grayscale: #3D3D3D. Windows color (decimal): -14927440 or 11548956. OLE color: 11548956.

HSL color Cylindrical-coordinate representation of color #1C39B0: hue angle of 228.24º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C39B0 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2857176-
CMYK0.840.6800.31
HSL228.24º72.55%40%-
HSV(B)228.24º84.09%69.02%-
XYZ9.786.3141.78-
YUV61.9192.39103.82-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.73%
GREEN value IS 57 (22.66% from 255) = 21.84%
BLUE value IS 176 (69.14% from 255) = 67.43%
R=10.73%
G=21.84%
B=67.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal28571760.840.6800.31228.2472.5540
Hex1C39B0544401Fe44928
Octal347126012410403734411150
Binary111001110011011000010101001000100011111111001001001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C39B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,57,176); }

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

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

 a { background-color: rgb(28,57,176); }

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

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

 span { border-color: rgb(28,57,176); }

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