#1044E3

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

Shades of Persian Blue #1044E3

Tints of Persian Blue #1044E3

Color information

#1044E3 (or 0x1044E3) is unknown color: approx Persian Blue. HEX triplet: 10, 44 and E3. RGB value is (16,68,227). Sum of RGB (Red+Green+Blue) = 16+68+227=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 227 (89.06% from 255 or 72.99% from 311); Max value from RGB is 227 - color contains mainly: blue. Hex color #1044E3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1044E3 is #EFBB1C. Grayscale: #454545. Windows color (decimal): -15711005 or 14894096. OLE color: 14894096.

HSL color Cylindrical-coordinate representation of color #1044E3: hue angle of 225.21º 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 #1044E3 is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1668227-
CMYK0.930.7000.11
HSL225.21º86.83%47.65%-
HSV(B)225.21º92.95%89.02%-
XYZ16.159.7973.71-
YUV70.58216.2789.07-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.14%
GREEN value IS 68 (26.95% from 255) = 21.86%
BLUE value IS 227 (89.06% from 255) = 72.99%
R=5.14%
G=21.86%
B=72.99%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal16682270.930.7000.11225.2186.8347.65
Hex1044E35D460Be15730
Octal2010434313510601334112760
Binary100001000100111000111011101100011001011111000011010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1044E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1044E3; }

 p { color: rgb(16,68,227); }

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

<style>
 a { background-color: #1044E3; }

 a { background-color: rgb(16,68,227); }

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

<style>
 span { border-color: #1044E3; }

 span { border-color: rgb(16,68,227); }

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