#1726D0

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

Shades of Persian Blue #1726D0

Tints of Persian Blue #1726D0

Color information

#1726D0 (or 0x1726D0) is unknown color: approx Persian Blue. HEX triplet: 17, 26 and D0. RGB value is (23,38,208). Sum of RGB (Red+Green+Blue) = 23+38+208=269 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.55% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 208 (81.64% from 255 or 77.32% from 269); Max value from RGB is 208 - color contains mainly: blue. Hex color #1726D0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1726D0 is #E8D92F. Grayscale: #343434. Windows color (decimal): -15259952 or 13641239. OLE color: 13641239.

HSL color Cylindrical-coordinate representation of color #1726D0: hue angle of 235.14º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1726D0 is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2338208-
CMYK0.890.8200.18
HSL235.14º80.09%45.29%-
HSV(B)235.14º88.94%81.57%-
XYZ12.436.1260.2-
YUV52.9215.53106.68-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.55%
GREEN value IS 38 (15.23% from 255) = 14.13%
BLUE value IS 208 (81.64% from 255) = 77.32%
R=8.55%
G=14.13%
B=77.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal23382080.890.8200.18235.1480.0945.29
Hex1726D05952012eb502d
Octal274632013112202235312055
Binary101111001101101000010110011010010010010111010111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1726D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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