#1729BE

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

Shades of Persian Blue #1729BE

Tints of Persian Blue #1729BE

Color information

#1729BE (or 0x1729BE) is unknown color: approx Persian Blue. HEX triplet: 17, 29 and BE. RGB value is (23,41,190). Sum of RGB (Red+Green+Blue) = 23+41+190=254 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.06% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 190 (74.61% from 255 or 74.80% from 254); Max value from RGB is 190 - color contains mainly: blue. Hex color #1729BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1729BE is #E8D641. Grayscale: #333333. Windows color (decimal): -15259202 or 12462359. OLE color: 12462359.

HSL color Cylindrical-coordinate representation of color #1729BE: hue angle of 233.53º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1729BE is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2341190-
CMYK0.880.7800.25
HSL233.53º78.4%41.76%-
HSV(B)233.53º87.89%74.51%-
XYZ10.445.4949.22-
YUV52.6205.54106.88-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.06%
GREEN value IS 41 (16.41% from 255) = 16.14%
BLUE value IS 190 (74.61% from 255) = 74.80%
R=9.06%
G=16.14%
B=74.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal23411900.880.7800.25233.5378.441.76
Hex1729BE584E019ea4e2a
Octal275127613011603135211652
Binary101111010011011111010110001001110011001111010101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1729BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1729BE; }

 p { color: rgb(23,41,190); }

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

<style>
 a { background-color: #1729BE; }

 a { background-color: rgb(23,41,190); }

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

<style>
 span { border-color: #1729BE; }

 span { border-color: rgb(23,41,190); }

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