#1C2FE5

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

Shades of Persian Blue #1C2FE5

Tints of Persian Blue #1C2FE5

Color information

#1C2FE5 (or 0x1C2FE5) is unknown color: approx Persian Blue. HEX triplet: 1C, 2F and E5. RGB value is (28,47,229). Sum of RGB (Red+Green+Blue) = 28+47+229=304 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.21% from 304); Green value is 47 (18.75% from 255 or 15.46% from 304); Blue value is 229 (89.84% from 255 or 75.33% from 304); Max value from RGB is 229 - color contains mainly: blue. Hex color #1C2FE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C2FE5 is #E3D01A. Grayscale: #3D3D3D. Windows color (decimal): -14929947 or 15019804. OLE color: 15019804.

HSL color Cylindrical-coordinate representation of color #1C2FE5: hue angle of 234.33º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C2FE5 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB2847229-
CMYK0.880.7900.10
HSL234.33º79.45%50.39%-
HSV(B)234.33º87.77%89.8%-
XYZ15.647.9474.84-
YUV62.07222.21103.7-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.21%
GREEN value IS 47 (18.75% from 255) = 15.46%
BLUE value IS 229 (89.84% from 255) = 75.33%
R=9.21%
G=15.46%
B=75.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal28472290.880.7900.10234.3379.4550.39
Hex1C2FE5584F0Aea4f32
Octal345734513011701235211762
Binary11100101111111001011011000100111101010111010101001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,47,229); }

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

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

 a { background-color: rgb(28,47,229); }

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

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

 span { border-color: rgb(28,47,229); }

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