Html Css Color HEX #1726D4 Persian Blue

📋 copy color: '#1726D4'

red 23 ◦ green 38 ◦ blue 212

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

Shades of Persian Blue #1726D4

Tints of Persian Blue #1726D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 77.66%

R = 8.42%
G = 13.92%
B = 77.66%

CMYK

 C value IS 0.89

 M value IS 0.82

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#1726D4 (or 0x1726D4) is known color: Persian Blue. HEX triplet: 17, 26 and D4. RGB value is (23,38,212). Sum of RGB (Red+Green+Blue) = 23+38+212=273 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.42% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 212 (83.20% from 255 or 77.66% from 273); Max value from RGB is 212 - color contains mainly: blue. Hex color #1726D4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1726D4 is #E8D92B. Grayscale: #343434. Windows color (decimal): -15259948 or 13903383. OLE color: 13903383.

HSL color Cylindrical-coordinate representation of color #1726D4: hue angle of 235.24º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1726D4 is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 23 38 212 -
CMYK 0.89 0.82 0 0.17
HSL 235.24º 0.8% 0.46% -
HSV(B) 235.24º 0.89% 0.83% -
XYZ 12.93 6.32 62.83 -
YUV 53.35 217.53 106.35 -
System Red Green Blue C M Y K H S L
Decimal 23 38 212 0.89 0.82 0 0.17 235.24 0.8 0.46
Hex 17 26 D4 59 52 0 11 EB 50 2E
Octal 27 46 324 131 122 0 21 353 120 56
Binary 10111 100110 11010100 1011001 1010010 0 10001 11101011 1010000 101110

Color Harmonies of #1726D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1726D4

Black with #1726D4

Text Example


Text Example

White with #1726D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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