#1636C0

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

Shades of Persian Blue #1636C0

Tints of Persian Blue #1636C0

Color information

#1636C0 (or 0x1636C0) is unknown color: approx Persian Blue. HEX triplet: 16, 36 and C0. RGB value is (22,54,192). Sum of RGB (Red+Green+Blue) = 22+54+192=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 192 (75.39% from 255 or 71.64% from 268); Max value from RGB is 192 - color contains mainly: blue. Hex color #1636C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1636C0 is #E9C93F. Grayscale: #3B3B3B. Windows color (decimal): -15321408 or 12596758. OLE color: 12596758.

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

Color convert

RGB2254192-
CMYK0.890.7200.25
HSL228.71º79.44%41.96%-
HSV(B)228.71º88.54%75.29%-
XYZ11.166.6150.56-
YUV60.16202.4100.78-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.21%
GREEN value IS 54 (21.48% from 255) = 20.15%
BLUE value IS 192 (75.39% from 255) = 71.64%
R=8.21%
G=20.15%
B=71.64%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal22541920.890.7200.25228.7179.4441.96
Hex1636C05948019e54f2a
Octal266630013111003134511752
Binary101101101101100000010110011001000011001111001011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1636C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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