#1C31EB

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

Shades of Persian Blue #1C31EB

Tints of Persian Blue #1C31EB

Color information

#1C31EB (or 0x1C31EB) is unknown color: approx Persian Blue. HEX triplet: 1C, 31 and EB. RGB value is (28,49,235). Sum of RGB (Red+Green+Blue) = 28+49+235=312 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.97% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 235 (92.19% from 255 or 75.32% from 312); Max value from RGB is 235 - color contains mainly: blue. Hex color #1C31EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C31EB is #E3CE14. Grayscale: #3F3F3F. Windows color (decimal): -14929429 or 15413532. OLE color: 15413532.

HSL color Cylindrical-coordinate representation of color #1C31EB: hue angle of 233.91º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C31EB is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB2849235-
CMYK0.880.7900.08
HSL233.91º83.81%51.57%-
HSV(B)233.91º88.09%92.16%-
XYZ16.578.4479.35-
YUV63.92224.54102.38-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.97%
GREEN value IS 49 (19.53% from 255) = 15.71%
BLUE value IS 235 (92.19% from 255) = 75.32%
R=8.97%
G=15.71%
B=75.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal28492350.880.7900.08233.9183.8151.57
Hex1C31EB584F08ea5434
Octal346135313011701035212464
Binary11100110001111010111011000100111101000111010101010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C31EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,49,235); }

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

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

 a { background-color: rgb(28,49,235); }

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

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

 span { border-color: rgb(28,49,235); }

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