Html Css Color HEX #1729BA Persian Blue

📋 copy color: '#1729BA'

red 23 ◦ green 41 ◦ blue 186

#1729BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #1729BA

Tints of Persian Blue #1729BA

RGB

 RED value IS 23 (9.38% from 255) = 9.2%

 GREEN value IS 41 (16.41% from 255) = 16.4%

 BLUE value IS 186 (73.05% from 255) = 74.4%

R = 9.2%
G = 16.4%
B = 74.4%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1729BA (or 0x1729BA) is known color: Persian Blue. HEX triplet: 17, 29 and BA. RGB value is (23,41,186). Sum of RGB (Red+Green+Blue) = 23+41+186=250 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.2% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 186 (73.05% from 255 or 74.4% from 250); Max value from RGB is 186 - color contains mainly: blue. Hex color #1729BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1729BA is #E8D645. Grayscale: #333333. Windows color (decimal): -15259206 or 12200215. OLE color: 12200215.

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

Color convert

RGB 23 41 186 -
CMYK 0.88 0.78 0 0.27
HSL 233.37º 0.78% 0.41% -
HSV(B) 233.37º 0.88% 0.73% -
XYZ 10.01 5.31 46.95 -
YUV 52.15 203.54 107.21 -
System Red Green Blue C M Y K H S L
Decimal 23 41 186 0.88 0.78 0 0.27 233.37 0.78 0.41
Hex 17 29 BA 58 4E 0 1B E9 4E 29
Octal 27 51 272 130 116 0 33 351 116 51
Binary 10111 101001 10111010 1011000 1001110 0 11011 11101001 1001110 101001

Color Harmonies of #1729BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1729BA

Black with #1729BA

Text Example


Text Example

White with #1729BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1729BA;
 }
 .AnyTagClassName
 {
   color: #1729BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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