Html Css Color HEX #1726BF Persian Blue

📋 copy color: '#1726BF'

red 23 ◦ green 38 ◦ blue 191

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

Shades of Persian Blue #1726BF

Tints of Persian Blue #1726BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 75.79%

R = 9.13%
G = 15.08%
B = 75.79%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1726BF (or 0x1726BF) is known color: Persian Blue. HEX triplet: 17, 26 and BF. RGB value is (23,38,191). Sum of RGB (Red+Green+Blue) = 23+38+191=252 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.13% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 191 (75% from 255 or 75.79% from 252); Max value from RGB is 191 - color contains mainly: blue. Hex color #1726BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1726BF is #E8D940. Grayscale: #323232. Windows color (decimal): -15259969 or 12527127. OLE color: 12527127.

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

Color convert

RGB 23 38 191 -
CMYK 0.88 0.80 0 0.25
HSL 234.64º 0.79% 0.42% -
HSV(B) 234.64º 0.88% 0.75% -
XYZ 10.45 5.33 49.77 -
YUV 50.96 207.03 108.06 -
System Red Green Blue C M Y K H S L
Decimal 23 38 191 0.88 0.80 0 0.25 234.64 0.79 0.42
Hex 17 26 BF 58 50 0 19 EB 4F 2A
Octal 27 46 277 130 120 0 31 353 117 52
Binary 10111 100110 10111111 1011000 1010000 0 11001 11101011 1001111 101010

Color Harmonies of #1726BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1726BF

Black with #1726BF

Text Example


Text Example

White with #1726BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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