Html Css Color HEX #1731CC Persian Blue

📋 copy color: '#1731CC'

red 23 ◦ green 49 ◦ blue 204

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

Shades of Persian Blue #1731CC

Tints of Persian Blue #1731CC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.75%

 BLUE value IS 204 (80.08% from 255) = 73.91%

R = 8.33%
G = 17.75%
B = 73.91%

CMYK

 C value IS 0.89

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1731CC (or 0x1731CC) is known color: Persian Blue. HEX triplet: 17, 31 and CC. RGB value is (23,49,204). Sum of RGB (Red+Green+Blue) = 23+49+204=276 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.33% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 204 (80.08% from 255 or 73.91% from 276); Max value from RGB is 204 - color contains mainly: blue. Hex color #1731CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1731CC is #E8CE33. Grayscale: #3A3A3A. Windows color (decimal): -15257140 or 13381911. OLE color: 13381911.

HSL color Cylindrical-coordinate representation of color #1731CC: hue angle of 231.38º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1731CC is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 23 49 204 -
CMYK 0.89 0.76 0 0.2
HSL 231.38º 0.8% 0.45% -
HSV(B) 231.38º 0.89% 0.8% -
XYZ 12.35 6.74 57.78 -
YUV 58.9 209.89 102.4 -
System Red Green Blue C M Y K H S L
Decimal 23 49 204 0.89 0.76 0 0.2 231.38 0.8 0.45
Hex 17 31 CC 59 4C 0 14 E7 50 2D
Octal 27 61 314 131 114 0 24 347 120 55
Binary 10111 110001 11001100 1011001 1001100 0 10100 11100111 1010000 101101

Color Harmonies of #1731CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1731CC

Black with #1731CC

Text Example


Text Example

White with #1731CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1731CC; }

 p { color: rgb(23,49,204); }

 H1.HeaderClassName
 {
   color: #1731CC;
 }
 .AnyTagClassName
 {
   color: #1731CC;
 }
</style>

background-color css

<style>
 a { background-color: #1731CC; }

 a { background-color: rgb(23,49,204); }

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

border-color css

<style>
 span { border-color: #1731CC; }

 span { border-color: rgb(23,49,204); }

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