Html Css Color HEX #1731EB Persian Blue

📋 copy color: '#1731EB'

red 23 ◦ green 49 ◦ blue 235

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

Shades of Persian Blue #1731EB

Tints of Persian Blue #1731EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 76.55%

R = 7.49%
G = 15.96%
B = 76.55%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1731EB (or 0x1731EB) is known color: Persian Blue. HEX triplet: 17, 31 and EB. RGB value is (23,49,235). Sum of RGB (Red+Green+Blue) = 23+49+235=307 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.49% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 235 (92.19% from 255 or 76.55% from 307); Max value from RGB is 235 - color contains mainly: blue. Hex color #1731EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1731EB is #E8CE14. Grayscale: #3D3D3D. Windows color (decimal): -15257109 or 15413527. OLE color: 15413527.

HSL color Cylindrical-coordinate representation of color #1731EB: hue angle of 232.64º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1731EB is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 23 49 235 -
CMYK 0.90 0.79 0 0.08
HSL 232.64º 0.84% 0.51% -
HSV(B) 232.64º 0.9% 0.92% -
XYZ 16.45 8.38 79.35 -
YUV 62.43 225.39 99.88 -
System Red Green Blue C M Y K H S L
Decimal 23 49 235 0.90 0.79 0 0.08 232.64 0.84 0.51
Hex 17 31 EB 5A 4F 0 8 E9 54 33
Octal 27 61 353 132 117 0 10 351 124 63
Binary 10111 110001 11101011 1011010 1001111 0 1000 11101001 1010100 110011

Color Harmonies of #1731EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1731EB

Black with #1731EB

Text Example


Text Example

White with #1731EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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