#1A42CC

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

Shades of Persian Blue #1A42CC

Tints of Persian Blue #1A42CC

Color information

#1A42CC (or 0x1A42CC) is unknown color: approx Persian Blue. HEX triplet: 1A, 42 and CC. RGB value is (26,66,204). Sum of RGB (Red+Green+Blue) = 26+66+204=296 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.78% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #1A42CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A42CC is #E5BD33. Grayscale: #454545. Windows color (decimal): -15056180 or 13386266. OLE color: 13386266.

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

Color convert

RGB2666204-
CMYK0.870.6800.2
HSL226.52º77.39%45.1%-
HSV(B)226.52º87.25%80%-
XYZ13.278.4858.06-
YUV69.77203.7596.78-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.78%
GREEN value IS 66 (26.17% from 255) = 22.30%
BLUE value IS 204 (80.08% from 255) = 68.92%
R=8.78%
G=22.30%
B=68.92%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal26662040.870.6800.2226.5277.3945.1
Hex1A42CC5744014e34d2d
Octal3210231412710402434311555
Binary1101010000101100110010101111000100010100111000111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A42CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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