Html Css Color HEX #1726CE Persian Blue

📋 copy color: '#1726CE'

red 23 ◦ green 38 ◦ blue 206

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

Shades of Persian Blue #1726CE

Tints of Persian Blue #1726CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 77.15%

R = 8.61%
G = 14.23%
B = 77.15%

CMYK

 C value IS 0.89

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1726CE (or 0x1726CE) is known color: Persian Blue. HEX triplet: 17, 26 and CE. RGB value is (23,38,206). Sum of RGB (Red+Green+Blue) = 23+38+206=267 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.61% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 206 (80.86% from 255 or 77.15% from 267); Max value from RGB is 206 - color contains mainly: blue. Hex color #1726CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1726CE is #E8D931. Grayscale: #333333. Windows color (decimal): -15259954 or 13510167. OLE color: 13510167.

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

Color convert

RGB 23 38 206 -
CMYK 0.89 0.82 0 0.19
HSL 235.08º 0.8% 0.45% -
HSV(B) 235.08º 0.89% 0.81% -
XYZ 12.19 6.02 58.91 -
YUV 52.67 214.53 106.84 -
System Red Green Blue C M Y K H S L
Decimal 23 38 206 0.89 0.82 0 0.19 235.08 0.8 0.45
Hex 17 26 CE 59 52 0 13 EB 50 2D
Octal 27 46 316 131 122 0 23 353 120 55
Binary 10111 100110 11001110 1011001 1010010 0 10011 11101011 1010000 101101

Color Harmonies of #1726CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1726CE

Black with #1726CE

Text Example


Text Example

White with #1726CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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