#1726DB

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

Shades of Persian Blue #1726DB

Tints of Persian Blue #1726DB

Color information

#1726DB (or 0x1726DB) is unknown color: approx Persian Blue. HEX triplet: 17, 26 and DB. RGB value is (23,38,219). Sum of RGB (Red+Green+Blue) = 23+38+219=280 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.21% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 219 (85.94% from 255 or 78.21% from 280); Max value from RGB is 219 - color contains mainly: blue. Hex color #1726DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1726DB is #E8D924. Grayscale: #353535. Windows color (decimal): -15259941 or 14362135. OLE color: 14362135.

HSL color Cylindrical-coordinate representation of color #1726DB: hue angle of 235.41º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1726DB is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB2338219-
CMYK0.890.8300.14
HSL235.41º80.99%47.45%-
HSV(B)235.41º89.5%85.88%-
XYZ13.836.6867.58-
YUV54.15221.03105.78-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 8.21%
GREEN value IS 38 (15.23% from 255) = 13.57%
BLUE value IS 219 (85.94% from 255) = 78.21%
R=8.21%
G=13.57%
B=78.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal23382190.890.8300.14235.4180.9947.45
Hex1726DB59530Eeb512f
Octal274633313112301635312157
Binary10111100110110110111011001101001101110111010111010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1726DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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