#1C1FDA

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

Shades of Persian Blue #1C1FDA

Tints of Persian Blue #1C1FDA

Color information

#1C1FDA (or 0x1C1FDA) is unknown color: approx Persian Blue. HEX triplet: 1C, 1F and DA. RGB value is (28,31,218). Sum of RGB (Red+Green+Blue) = 28+31+218=277 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.11% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 218 (85.55% from 255 or 78.70% from 277); Max value from RGB is 218 - color contains mainly: blue. Hex color #1C1FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C1FDA is #E3E025. Grayscale: #323232. Windows color (decimal): -14934054 or 14294812. OLE color: 14294812.

HSL color Cylindrical-coordinate representation of color #1C1FDA: hue angle of 239.05º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C1FDA is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2831218-
CMYK0.870.8600.15
HSL239.05º77.24%48.24%-
HSV(B)239.05º87.16%85.49%-
XYZ13.626.2966.83-
YUV51.42222.01111.29-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.11%
GREEN value IS 31 (12.5% from 255) = 11.19%
BLUE value IS 218 (85.55% from 255) = 78.70%
R=10.11%
G=11.19%
B=78.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal28312180.870.8600.15239.0577.2448.24
Hex1C1FDA57560Fef4d30
Octal343733212712601735711560
Binary1110011111110110101010111101011001111111011111001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,31,218); }

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

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

 a { background-color: rgb(28,31,218); }

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

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

 span { border-color: rgb(28,31,218); }

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