#1636C6

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

Shades of Persian Blue #1636C6

Tints of Persian Blue #1636C6

Color information

#1636C6 (or 0x1636C6) is unknown color: approx Persian Blue. HEX triplet: 16, 36 and C6. RGB value is (22,54,198). Sum of RGB (Red+Green+Blue) = 22+54+198=274 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.03% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 198 (77.73% from 255 or 72.26% from 274); Max value from RGB is 198 - color contains mainly: blue. Hex color #1636C6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1636C6 is #E9C939. Grayscale: #3C3C3C. Windows color (decimal): -15321402 or 12989974. OLE color: 12989974.

HSL color Cylindrical-coordinate representation of color #1636C6: hue angle of 229.09º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1636C6 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2254198-
CMYK0.890.7300.22
HSL229.09º80%43.14%-
HSV(B)229.09º88.89%77.65%-
XYZ11.846.8954.13-
YUV60.85205.4100.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.03%
GREEN value IS 54 (21.48% from 255) = 19.71%
BLUE value IS 198 (77.73% from 255) = 72.26%
R=8.03%
G=19.71%
B=72.26%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal22541980.890.7300.22229.098043.14
Hex1636C65949016e5502b
Octal266630613111102634512053
Binary101101101101100011010110011001001010110111001011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1636C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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