Html Css Color HEX #1732CE Persian Blue

📋 copy color: '#1732CE'

red 23 ◦ green 50 ◦ blue 206

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

Shades of Persian Blue #1732CE

Tints of Persian Blue #1732CE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.92%

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

R = 8.24%
G = 17.92%
B = 73.84%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1732CE (or 0x1732CE) is known color: Persian Blue. HEX triplet: 17, 32 and CE. RGB value is (23,50,206). Sum of RGB (Red+Green+Blue) = 23+50+206=279 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.24% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 206 (80.86% from 255 or 73.84% from 279); Max value from RGB is 206 - color contains mainly: blue. Hex color #1732CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1732CE is #E8CD31. Grayscale: #3B3B3B. Windows color (decimal): -15256882 or 13513239. OLE color: 13513239.

HSL color Cylindrical-coordinate representation of color #1732CE: hue angle of 231.15º 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 #1732CE is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 23 50 206 -
CMYK 0.89 0.76 0 0.19
HSL 231.15º 0.8% 0.45% -
HSV(B) 231.15º 0.89% 0.81% -
XYZ 12.63 6.92 59.06 -
YUV 59.71 210.55 101.82 -
System Red Green Blue C M Y K H S L
Decimal 23 50 206 0.89 0.76 0 0.19 231.15 0.8 0.45
Hex 17 32 CE 59 4C 0 13 E7 50 2D
Octal 27 62 316 131 114 0 23 347 120 55
Binary 10111 110010 11001110 1011001 1001100 0 10011 11100111 1010000 101101

Color Harmonies of #1732CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1732CE

Black with #1732CE

Text Example


Text Example

White with #1732CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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