#1825C6

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

Shades of Persian Blue #1825C6

Tints of Persian Blue #1825C6

Color information

#1825C6 (or 0x1825C6) is unknown color: approx Persian Blue. HEX triplet: 18, 25 and C6. RGB value is (24,37,198). Sum of RGB (Red+Green+Blue) = 24+37+198=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 198 (77.73% from 255 or 76.45% from 259); Max value from RGB is 198 - color contains mainly: blue. Hex color #1825C6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1825C6 is #E7DA39. Grayscale: #323232. Windows color (decimal): -15194682 or 12985624. OLE color: 12985624.

HSL color Cylindrical-coordinate representation of color #1825C6: hue angle of 235.52º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1825C6 is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2437198-
CMYK0.880.8100.22
HSL235.52º78.38%43.53%-
HSV(B)235.52º87.88%77.65%-
XYZ11.235.5953.91-
YUV51.47210.69108.41-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.27%
GREEN value IS 37 (14.84% from 255) = 14.29%
BLUE value IS 198 (77.73% from 255) = 76.45%
R=9.27%
G=14.29%
B=76.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal24371980.880.8100.22235.5278.3843.53
Hex1825C65851016ec4e2c
Octal304530613012102635411654
Binary110001001011100011010110001010001010110111011001001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1825C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1825C6; }

 p { color: rgb(24,37,198); }

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

<style>
 a { background-color: #1825C6; }

 a { background-color: rgb(24,37,198); }

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

<style>
 span { border-color: #1825C6; }

 span { border-color: rgb(24,37,198); }

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