Html Css Color HEX #1726BD Persian Blue

📋 copy color: '#1726BD'

red 23 ◦ green 38 ◦ blue 189

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

Shades of Persian Blue #1726BD

Tints of Persian Blue #1726BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 75.6%

R = 9.2%
G = 15.2%
B = 75.6%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1726BD (or 0x1726BD) is known color: Persian Blue. HEX triplet: 17, 26 and BD. RGB value is (23,38,189). Sum of RGB (Red+Green+Blue) = 23+38+189=250 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.2% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 189 (74.22% from 255 or 75.6% from 250); Max value from RGB is 189 - color contains mainly: blue. Hex color #1726BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1726BD is #E8D942. Grayscale: #323232. Windows color (decimal): -15259971 or 12396055. OLE color: 12396055.

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

Color convert

RGB 23 38 189 -
CMYK 0.88 0.80 0 0.26
HSL 234.58º 0.78% 0.42% -
HSV(B) 234.58º 0.88% 0.74% -
XYZ 10.23 5.24 48.62 -
YUV 50.73 206.03 108.22 -
System Red Green Blue C M Y K H S L
Decimal 23 38 189 0.88 0.80 0 0.26 234.58 0.78 0.42
Hex 17 26 BD 58 50 0 1A EB 4E 2A
Octal 27 46 275 130 120 0 32 353 116 52
Binary 10111 100110 10111101 1011000 1010000 0 11010 11101011 1001110 101010

Color Harmonies of #1726BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1726BD

Black with #1726BD

Text Example


Text Example

White with #1726BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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