#1726BD

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

Shades of Persian Blue #1726BD

Tints of Persian Blue #1726BD

Color information

#1726BD (or 0x1726BD) is unknown color: approx Persian Blue. HEX triplet: 17, 26 and BD. RGB value is (23,38,189). Sum of RGB (Red+Green+Blue) = 23+38+189=250 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.2% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 189 (74.22% from 255 or 75.6% from 250); Max value from RGB is 189 - color contains mainly: blue. Hex color #1726BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1726BD is #E8D942. Grayscale: #323232. Windows color (decimal): -15259971 or 12396055. OLE color: 12396055.

HSL color Cylindrical-coordinate representation of color #1726BD: hue angle of 234.58º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1726BD is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2338189-
CMYK0.880.8000.26
HSL234.58º78.3%41.57%-
HSV(B)234.58º87.83%74.12%-
XYZ10.235.2448.62-
YUV50.73206.03108.22-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.2%
GREEN value IS 38 (15.23% from 255) = 15.2%
BLUE value IS 189 (74.22% from 255) = 75.6%
R=9.2%
G=15.2%
B=75.6%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal23381890.880.8000.26234.5878.341.57
Hex1726BD585001Aeb4e2a
Octal274627513012003235311652
Binary101111001101011110110110001010000011010111010111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1726BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1726BD; }

 p { color: rgb(23,38,189); }

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

<style>
 a { background-color: #1726BD; }

 a { background-color: rgb(23,38,189); }

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

<style>
 span { border-color: #1726BD; }

 span { border-color: rgb(23,38,189); }

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