#1A36CA

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

Shades of Persian Blue #1A36CA

Tints of Persian Blue #1A36CA

Color information

#1A36CA (or 0x1A36CA) is unknown color: approx Persian Blue. HEX triplet: 1A, 36 and CA. RGB value is (26,54,202). Sum of RGB (Red+Green+Blue) = 26+54+202=282 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.22% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 202 (79.30% from 255 or 71.63% from 282); Max value from RGB is 202 - color contains mainly: blue. Hex color #1A36CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A36CA is #E5C935. Grayscale: #3D3D3D. Windows color (decimal): -15059254 or 13252122. OLE color: 13252122.

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

Color convert

RGB2654202-
CMYK0.870.7300.21
HSL230.45º77.19%44.71%-
HSV(B)230.45º87.13%79.22%-
XYZ12.417.1256.6-
YUV62.5206.72101.97-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.22%
GREEN value IS 54 (21.48% from 255) = 19.15%
BLUE value IS 202 (79.30% from 255) = 71.63%
R=9.22%
G=19.15%
B=71.63%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal26542020.870.7300.21230.4577.1944.71
Hex1A36CA5749015e64d2d
Octal326631212711102534611555
Binary110101101101100101010101111001001010101111001101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A36CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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