#1c27df

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

Shades of Persian Blue #1C27DF

Tints of Persian Blue #1C27DF

Color information

#1C27DF (or 0x1C27DF) is unknown color: approx Persian Blue. HEX triplet: 1C, 27 and DF. RGB value is (28,39,223). Sum of RGB (Red+Green+Blue) = 28+39+223=290 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.66% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 223 (87.5% from 255 or 76.90% from 290); Max value from RGB is 223 - color contains mainly: blue. Hex color #1C27DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C27DF is #E3D820. Grayscale: #373737. Windows color (decimal): -14932001 or 14624540. OLE color: 14624540.

HSL color Cylindrical-coordinate representation of color #1C27DF: hue angle of 236.62º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C27DF is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2839223-
CMYK0.870.8300.13
HSL236.62º77.69%49.22%-
HSV(B)236.62º87.44%87.45%-
XYZ14.527.0370.4-
YUV56.69221.86107.54-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.66%
GREEN value IS 39 (15.62% from 255) = 13.45%
BLUE value IS 223 (87.5% from 255) = 76.90%
R=9.66%
G=13.45%
B=76.90%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal28392230.870.8300.13236.6277.6949.22
Hex1C27DF57530Ded4e31
Octal344733712712301535511661
Binary11100100111110111111010111101001101101111011011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c27df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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