#1043B5

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

Shades of Persian Blue #1043B5

Tints of Persian Blue #1043B5

Color information

#1043B5 (or 0x1043B5) is unknown color: approx Persian Blue. HEX triplet: 10, 43 and B5. RGB value is (16,67,181). Sum of RGB (Red+Green+Blue) = 16+67+181=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 181 (71.09% from 255 or 68.56% from 264); Max value from RGB is 181 - color contains mainly: blue. Hex color #1043B5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1043B5 is #EFBC4A. Grayscale: #404040. Windows color (decimal): -15711307 or 11879184. OLE color: 11879184.

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

Color convert

RGB1667181-
CMYK0.910.6300.29
HSL221.45º83.76%38.63%-
HSV(B)221.45º91.16%70.98%-
XYZ10.567.4644.6-
YUV64.75193.693.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.06%
GREEN value IS 67 (26.56% from 255) = 25.38%
BLUE value IS 181 (71.09% from 255) = 68.56%
R=6.06%
G=25.38%
B=68.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16671810.910.6300.29221.4583.7638.63
Hex1043B55B3F01Ddd5427
Octal201032651337703533512447
Binary100001000011101101011011011111111011101110111011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1043B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1043B5; }

 p { color: rgb(16,67,181); }

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

<style>
 a { background-color: #1043B5; }

 a { background-color: rgb(16,67,181); }

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

<style>
 span { border-color: #1043B5; }

 span { border-color: rgb(16,67,181); }

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