#1A36CC

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

Shades of Persian Blue #1A36CC

Tints of Persian Blue #1A36CC

Color information

#1A36CC (or 0x1A36CC) is unknown color: approx Persian Blue. HEX triplet: 1A, 36 and CC. RGB value is (26,54,204). Sum of RGB (Red+Green+Blue) = 26+54+204=284 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.15% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 204 (80.08% from 255 or 71.83% from 284); Max value from RGB is 204 - color contains mainly: blue. Hex color #1A36CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A36CC is #E5C933. Grayscale: #3E3E3E. Windows color (decimal): -15059252 or 13383194. OLE color: 13383194.

HSL color Cylindrical-coordinate representation of color #1A36CC: hue angle of 230.56º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A36CC is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB2654204-
CMYK0.870.7400.2
HSL230.56º77.39%45.1%-
HSV(B)230.56º87.25%80%-
XYZ12.647.2257.85-
YUV62.73207.72101.8-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.15%
GREEN value IS 54 (21.48% from 255) = 19.01%
BLUE value IS 204 (80.08% from 255) = 71.83%
R=9.15%
G=19.01%
B=71.83%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal26542040.870.7400.2230.5677.3945.1
Hex1A36CC574A014e74d2d
Octal326631412711202434711555
Binary110101101101100110010101111001010010100111001111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A36CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A36CC; }

 p { color: rgb(26,54,204); }

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

<style>
 a { background-color: #1A36CC; }

 a { background-color: rgb(26,54,204); }

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

<style>
 span { border-color: #1A36CC; }

 span { border-color: rgb(26,54,204); }

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