#1626B3

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

Shades of Persian Blue #1626B3

Tints of Persian Blue #1626B3

Color information

#1626B3 (or 0x1626B3) is unknown color: approx Persian Blue. HEX triplet: 16, 26 and B3. RGB value is (22,38,179). Sum of RGB (Red+Green+Blue) = 22+38+179=239 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.21% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 179 (70.31% from 255 or 74.90% from 239); Max value from RGB is 179 - color contains mainly: blue. Hex color #1626B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1626B3 is #E9D94C. Grayscale: #303030. Windows color (decimal): -15325517 or 11740694. OLE color: 11740694.

HSL color Cylindrical-coordinate representation of color #1626B3: hue angle of 233.89º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1626B3 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2238179-
CMYK0.880.7900.30
HSL233.89º78.11%39.41%-
HSV(B)233.89º87.71%70.2%-
XYZ9.164.8143.09-
YUV49.29201.2108.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.21%
GREEN value IS 38 (15.23% from 255) = 15.90%
BLUE value IS 179 (70.31% from 255) = 74.90%
R=9.21%
G=15.90%
B=74.90%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal22381790.880.7900.30233.8978.1139.41
Hex1626B3584F01Eea4e27
Octal264626313011703635211647
Binary101101001101011001110110001001111011110111010101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1626B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1626B3; }

 p { color: rgb(22,38,179); }

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

<style>
 a { background-color: #1626B3; }

 a { background-color: rgb(22,38,179); }

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

<style>
 span { border-color: #1626B3; }

 span { border-color: rgb(22,38,179); }

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