#1836C0

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

Shades of Persian Blue #1836C0

Tints of Persian Blue #1836C0

Color information

#1836C0 (or 0x1836C0) is unknown color: approx Persian Blue. HEX triplet: 18, 36 and C0. RGB value is (24,54,192). Sum of RGB (Red+Green+Blue) = 24+54+192=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 192 (75.39% from 255 or 71.11% from 270); Max value from RGB is 192 - color contains mainly: blue. Hex color #1836C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1836C0 is #E7C93F. Grayscale: #3C3C3C. Windows color (decimal): -15190336 or 12596760. OLE color: 12596760.

HSL color Cylindrical-coordinate representation of color #1836C0: hue angle of 229.29º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1836C0 is Cyan = 0.88, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2454192-
CMYK0.880.7200.25
HSL229.29º77.78%42.35%-
HSV(B)229.29º87.5%75.29%-
XYZ11.216.6450.56-
YUV60.76202.06101.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.89%
GREEN value IS 54 (21.48% from 255) = 20%
BLUE value IS 192 (75.39% from 255) = 71.11%
R=8.89%
G=20%
B=71.11%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal24541920.880.7200.25229.2977.7842.35
Hex1836C05848019e54e2a
Octal306630013011003134511652
Binary110001101101100000010110001001000011001111001011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1836C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1836C0; }

 p { color: rgb(24,54,192); }

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

<style>
 a { background-color: #1836C0; }

 a { background-color: rgb(24,54,192); }

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

<style>
 span { border-color: #1836C0; }

 span { border-color: rgb(24,54,192); }

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