#1A42C9

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

Shades of Persian Blue #1A42C9

Tints of Persian Blue #1A42C9

Color information

#1A42C9 (or 0x1A42C9) is unknown color: approx Persian Blue. HEX triplet: 1A, 42 and C9. RGB value is (26,66,201). Sum of RGB (Red+Green+Blue) = 26+66+201=293 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.87% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 201 (78.91% from 255 or 68.60% from 293); Max value from RGB is 201 - color contains mainly: blue. Hex color #1A42C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A42C9 is #E5BD36. Grayscale: #444444. Windows color (decimal): -15056183 or 13189658. OLE color: 13189658.

HSL color Cylindrical-coordinate representation of color #1A42C9: hue angle of 226.29º 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 #1A42C9 is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2666201-
CMYK0.870.6700.21
HSL226.29º77.09%44.51%-
HSV(B)226.29º87.06%78.82%-
XYZ12.928.3356.19-
YUV69.43202.2597.02-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.87%
GREEN value IS 66 (26.17% from 255) = 22.53%
BLUE value IS 201 (78.91% from 255) = 68.60%
R=8.87%
G=22.53%
B=68.60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal26662010.870.6700.21226.2977.0944.51
Hex1A42C95743015e24d2d
Octal3210231112710302534211555
Binary1101010000101100100110101111000011010101111000101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A42C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,66,201); }

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

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

 a { background-color: rgb(26,66,201); }

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

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

 span { border-color: rgb(26,66,201); }

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