#1C30C5

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

Shades of Persian Blue #1C30C5

Tints of Persian Blue #1C30C5

Color information

#1C30C5 (or 0x1C30C5) is unknown color: approx Persian Blue. HEX triplet: 1C, 30 and C5. RGB value is (28,48,197). Sum of RGB (Red+Green+Blue) = 28+48+197=273 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.26% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 197 (77.34% from 255 or 72.16% from 273); Max value from RGB is 197 - color contains mainly: blue. Hex color #1C30C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C30C5 is #E3CF3A. Grayscale: #3A3A3A. Windows color (decimal): -14929723 or 12922908. OLE color: 12922908.

HSL color Cylindrical-coordinate representation of color #1C30C5: hue angle of 232.9º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C30C5 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB2848197-
CMYK0.860.7600.23
HSL232.9º75.11%44.12%-
HSV(B)232.9º85.79%77.25%-
XYZ11.616.3953.44-
YUV59.01205.87105.88-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.26%
GREEN value IS 48 (19.14% from 255) = 17.58%
BLUE value IS 197 (77.34% from 255) = 72.16%
R=10.26%
G=17.58%
B=72.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal28481970.860.7600.23232.975.1144.12
Hex1C30C5564C017e94b2c
Octal346030512611402735111354
Binary111001100001100010110101101001100010111111010011001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C30C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,48,197); }

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

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

 a { background-color: rgb(28,48,197); }

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

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

 span { border-color: rgb(28,48,197); }

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