#1026BB

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

Shades of Persian Blue #1026BB

Tints of Persian Blue #1026BB

Color information

#1026BB (or 0x1026BB) is unknown color: approx Persian Blue. HEX triplet: 10, 26 and BB. RGB value is (16,38,187). Sum of RGB (Red+Green+Blue) = 16+38+187=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 187 (73.44% from 255 or 77.59% from 241); Max value from RGB is 187 - color contains mainly: blue. Hex color #1026BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1026BB is #EFD944. Grayscale: #2F2F2F. Windows color (decimal): -15718725 or 12264976. OLE color: 12264976.

HSL color Cylindrical-coordinate representation of color #1026BB: hue angle of 232.28º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1026BB is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1638187-
CMYK0.910.8000.27
HSL232.28º84.24%39.8%-
HSV(B)232.28º91.44%73.33%-
XYZ9.885.0847.47-
YUV48.41206.21104.88-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.64%
GREEN value IS 38 (15.23% from 255) = 15.77%
BLUE value IS 187 (73.44% from 255) = 77.59%
R=6.64%
G=15.77%
B=77.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16381870.910.8000.27232.2884.2439.8
Hex1026BB5B5001Be85428
Octal204627313312003335012450
Binary100001001101011101110110111010000011011111010001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1026BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1026BB; }

 p { color: rgb(16,38,187); }

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

<style>
 a { background-color: #1026BB; }

 a { background-color: rgb(16,38,187); }

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

<style>
 span { border-color: #1026BB; }

 span { border-color: rgb(16,38,187); }

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