#1044B7

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

Shades of Persian Blue #1044B7

Tints of Persian Blue #1044B7

Color information

#1044B7 (or 0x1044B7) is unknown color: approx Persian Blue. HEX triplet: 10, 44 and B7. RGB value is (16,68,183). Sum of RGB (Red+Green+Blue) = 16+68+183=267 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.99% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 183 (71.88% from 255 or 68.54% from 267); Max value from RGB is 183 - color contains mainly: blue. Hex color #1044B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1044B7 is #EFBB48. Grayscale: #414141. Windows color (decimal): -15711049 or 12010512. OLE color: 12010512.

HSL color Cylindrical-coordinate representation of color #1044B7: hue angle of 221.32º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1044B7 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1668183-
CMYK0.910.6300.28
HSL221.32º83.92%39.02%-
HSV(B)221.32º91.26%71.76%-
XYZ10.837.6645.71-
YUV65.56194.2792.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.99%
GREEN value IS 68 (26.95% from 255) = 25.47%
BLUE value IS 183 (71.88% from 255) = 68.54%
R=5.99%
G=25.47%
B=68.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16681830.910.6300.28221.3283.9239.02
Hex1044B75B3F01Cdd5427
Octal201042671337703433512447
Binary100001000100101101111011011111111011100110111011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1044B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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