#1726B4

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

Shades of Persian Blue #1726B4

Tints of Persian Blue #1726B4

Color information

#1726B4 (or 0x1726B4) is unknown color: approx Persian Blue. HEX triplet: 17, 26 and B4. RGB value is (23,38,180). Sum of RGB (Red+Green+Blue) = 23+38+180=241 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.54% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 180 (70.70% from 255 or 74.69% from 241); Max value from RGB is 180 - color contains mainly: blue. Hex color #1726B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1726B4 is #E8D94B. Grayscale: #313131. Windows color (decimal): -15259980 or 11806231. OLE color: 11806231.

HSL color Cylindrical-coordinate representation of color #1726B4: hue angle of 234.27º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1726B4 is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2338180-
CMYK0.870.7900.29
HSL234.27º77.34%39.8%-
HSV(B)234.27º87.22%70.59%-
XYZ9.284.8643.63-
YUV49.7201.53108.95-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.54%
GREEN value IS 38 (15.23% from 255) = 15.77%
BLUE value IS 180 (70.70% from 255) = 74.69%
R=9.54%
G=15.77%
B=74.69%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal23381800.870.7900.29234.2777.3439.8
Hex1726B4574F01Dea4d28
Octal274626412711703535211550
Binary101111001101011010010101111001111011101111010101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1726B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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