#1036CD

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

Shades of Persian Blue #1036CD

Tints of Persian Blue #1036CD

Color information

#1036CD (or 0x1036CD) is unknown color: approx Persian Blue. HEX triplet: 10, 36 and CD. RGB value is (16,54,205). Sum of RGB (Red+Green+Blue) = 16+54+205=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 205 (80.47% from 255 or 74.55% from 275); Max value from RGB is 205 - color contains mainly: blue. Hex color #1036CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1036CD is #EFC932. Grayscale: #3B3B3B. Windows color (decimal): -15714611 or 13448720. OLE color: 13448720.

HSL color Cylindrical-coordinate representation of color #1036CD: hue angle of 227.94º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1036CD is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1654205-
CMYK0.920.7400.20
HSL227.94º85.52%43.33%-
HSV(B)227.94º92.2%80.39%-
XYZ12.557.1658.48-
YUV59.85209.9196.72-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.82%
GREEN value IS 54 (21.48% from 255) = 19.64%
BLUE value IS 205 (80.47% from 255) = 74.55%
R=5.82%
G=19.64%
B=74.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal16542050.920.7400.20227.9485.5243.33
Hex1036CD5C4A014e4562b
Octal206631513411202434412653
Binary100001101101100110110111001001010010100111001001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1036CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1036CD; }

 p { color: rgb(16,54,205); }

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

<style>
 a { background-color: #1036CD; }

 a { background-color: rgb(16,54,205); }

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

<style>
 span { border-color: #1036CD; }

 span { border-color: rgb(16,54,205); }

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