Html Css Color HEX #1729BC Persian Blue

📋 copy color: '#1729BC'

red 23 ◦ green 41 ◦ blue 188

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

Shades of Persian Blue #1729BC

Tints of Persian Blue #1729BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 74.6%

R = 9.13%
G = 16.27%
B = 74.6%

CMYK

 C value IS 0.88

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1729BC (or 0x1729BC) is known color: Persian Blue. HEX triplet: 17, 29 and BC. RGB value is (23,41,188). Sum of RGB (Red+Green+Blue) = 23+41+188=252 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.13% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 188 (73.83% from 255 or 74.60% from 252); Max value from RGB is 188 - color contains mainly: blue. Hex color #1729BC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1729BC is #E8D643. Grayscale: #333333. Windows color (decimal): -15259204 or 12331287. OLE color: 12331287.

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

Color convert

RGB 23 41 188 -
CMYK 0.88 0.78 0 0.26
HSL 233.45º 0.78% 0.41% -
HSV(B) 233.45º 0.88% 0.74% -
XYZ 10.22 5.4 48.08 -
YUV 52.38 204.54 107.05 -
System Red Green Blue C M Y K H S L
Decimal 23 41 188 0.88 0.78 0 0.26 233.45 0.78 0.41
Hex 17 29 BC 58 4E 0 1A E9 4E 29
Octal 27 51 274 130 116 0 32 351 116 51
Binary 10111 101001 10111100 1011000 1001110 0 11010 11101001 1001110 101001

Color Harmonies of #1729BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1729BC

Black with #1729BC

Text Example


Text Example

White with #1729BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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