#1830C5

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

Shades of Persian Blue #1830C5

Tints of Persian Blue #1830C5

Color information

#1830C5 (or 0x1830C5) is unknown color: approx Persian Blue. HEX triplet: 18, 30 and C5. RGB value is (24,48,197). Sum of RGB (Red+Green+Blue) = 24+48+197=269 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.92% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 197 (77.34% from 255 or 73.23% from 269); Max value from RGB is 197 - color contains mainly: blue. Hex color #1830C5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1830C5 is #E7CF3A. Grayscale: #393939. Windows color (decimal): -15191867 or 12922904. OLE color: 12922904.

HSL color Cylindrical-coordinate representation of color #1830C5: hue angle of 231.68º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1830C5 is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB2448197-
CMYK0.880.7600.23
HSL231.68º78.28%43.33%-
HSV(B)231.68º87.82%77.25%-
XYZ11.516.3453.44-
YUV57.81206.55103.88-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.92%
GREEN value IS 48 (19.14% from 255) = 17.84%
BLUE value IS 197 (77.34% from 255) = 73.23%
R=8.92%
G=17.84%
B=73.23%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal24481970.880.7600.23231.6878.2843.33
Hex1830C5584C017e84e2b
Octal306030513011402735011653
Binary110001100001100010110110001001100010111111010001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1830C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1830C5; }

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

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

<style>
 a { background-color: #1830C5; }

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

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

<style>
 span { border-color: #1830C5; }

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

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