Html Css Color HEX #1726BA Persian Blue

📋 copy color: '#1726BA'

red 23 ◦ green 38 ◦ blue 186

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

Shades of Persian Blue #1726BA

Tints of Persian Blue #1726BA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.38%

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

R = 9.31%
G = 15.38%
B = 75.3%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1726BA (or 0x1726BA) is known color: Persian Blue. HEX triplet: 17, 26 and BA. RGB value is (23,38,186). Sum of RGB (Red+Green+Blue) = 23+38+186=247 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.31% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 186 (73.05% from 255 or 75.30% from 247); Max value from RGB is 186 - color contains mainly: blue. Hex color #1726BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1726BA is #E8D945. Grayscale: #313131. Windows color (decimal): -15259974 or 12199447. OLE color: 12199447.

HSL color Cylindrical-coordinate representation of color #1726BA: hue angle of 234.48º 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 #1726BA is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 23 38 186 -
CMYK 0.88 0.80 0 0.27
HSL 234.48º 0.78% 0.41% -
HSV(B) 234.48º 0.88% 0.73% -
XYZ 9.91 5.11 46.92 -
YUV 50.39 204.53 108.47 -
System Red Green Blue C M Y K H S L
Decimal 23 38 186 0.88 0.80 0 0.27 234.48 0.78 0.41
Hex 17 26 BA 58 50 0 1B EA 4E 29
Octal 27 46 272 130 120 0 33 352 116 51
Binary 10111 100110 10111010 1011000 1010000 0 11011 11101010 1001110 101001

Color Harmonies of #1726BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1726BA

Black with #1726BA

Text Example


Text Example

White with #1726BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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