#1642EF

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

Shades of Persian Blue #1642EF

Tints of Persian Blue #1642EF

Color information

#1642EF (or 0x1642EF) is unknown color: approx Persian Blue. HEX triplet: 16, 42 and EF. RGB value is (22,66,239). Sum of RGB (Red+Green+Blue) = 22+66+239=327 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.73% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 239 (93.75% from 255 or 73.09% from 327); Max value from RGB is 239 - color contains mainly: blue. Hex color #1642EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1642EF is #E9BD10. Grayscale: #474747. Windows color (decimal): -15318289 or 15680022. OLE color: 15680022.

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

Color convert

RGB2266239-
CMYK0.910.7200.06
HSL227.83º87.15%51.18%-
HSV(B)227.83º90.79%93.73%-
XYZ17.8610.382.71-
YUV72.57221.9291.93-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.73%
GREEN value IS 66 (26.17% from 255) = 20.18%
BLUE value IS 239 (93.75% from 255) = 73.09%
R=6.73%
G=20.18%
B=73.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal22662390.910.7200.06227.8387.1551.18
Hex1642EF5B4806e45733
Octal261023571331100634412763
Binary10110100001011101111101101110010000110111001001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1642EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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