#1042EF

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

Shades of Persian Blue #1042EF

Tints of Persian Blue #1042EF

Color information

#1042EF (or 0x1042EF) is unknown color: approx Persian Blue. HEX triplet: 10, 42 and EF. RGB value is (16,66,239). Sum of RGB (Red+Green+Blue) = 16+66+239=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 239 (93.75% from 255 or 74.45% from 321); Max value from RGB is 239 - color contains mainly: blue. Hex color #1042EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1042EF is #EFBD10. Grayscale: #464646. Windows color (decimal): -15711505 or 15680016. OLE color: 15680016.

HSL color Cylindrical-coordinate representation of color #1042EF: hue angle of 226.55º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1042EF is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1666239-
CMYK0.930.7200.06
HSL226.55º87.45%50%-
HSV(B)226.55º93.31%93.73%-
XYZ17.7410.2482.7-
YUV70.77222.9488.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.98%
GREEN value IS 66 (26.17% from 255) = 20.56%
BLUE value IS 239 (93.75% from 255) = 74.45%
R=4.98%
G=20.56%
B=74.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal16662390.930.7200.06226.5587.4550
Hex1042EF5D4806e35732
Octal201023571351100634312762
Binary10000100001011101111101110110010000110111000111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1042EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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