#1042E4

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

Shades of Persian Blue #1042E4

Tints of Persian Blue #1042E4

Color information

#1042E4 (or 0x1042E4) is unknown color: approx Persian Blue. HEX triplet: 10, 42 and E4. RGB value is (16,66,228). Sum of RGB (Red+Green+Blue) = 16+66+228=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 228 (89.45% from 255 or 73.55% from 310); Max value from RGB is 228 - color contains mainly: blue. Hex color #1042E4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1042E4 is #EFBD1B. Grayscale: #444444. Windows color (decimal): -15711516 or 14959120. OLE color: 14959120.

HSL color Cylindrical-coordinate representation of color #1042E4: hue angle of 225.85º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1042E4 is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1666228-
CMYK0.930.7100.11
HSL225.85º86.89%47.84%-
HSV(B)225.85º92.98%89.41%-
XYZ16.179.6174.4-
YUV69.52217.4489.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.16%
GREEN value IS 66 (26.17% from 255) = 21.29%
BLUE value IS 228 (89.45% from 255) = 73.55%
R=5.16%
G=21.29%
B=73.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal16662280.930.7100.11225.8586.8947.84
Hex1042E45D470Be25730
Octal2010234413510701334212760
Binary100001000010111001001011101100011101011111000101010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1042E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1042E4; }

 p { color: rgb(16,66,228); }

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

<style>
 a { background-color: #1042E4; }

 a { background-color: rgb(16,66,228); }

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

<style>
 span { border-color: #1042E4; }

 span { border-color: rgb(16,66,228); }

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