Html Css Color HEX #1031DF Persian Blue

📋 copy color: '#1031DF'

red 16 ◦ green 49 ◦ blue 223

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

Shades of Persian Blue #1031DF

Tints of Persian Blue #1031DF

RGB

 RED value IS 16 (6.64% from 255) = 5.56%

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

 BLUE value IS 223 (87.5% from 255) = 77.43%

R = 5.56%
G = 17.01%
B = 77.43%

CMYK

 C value IS 0.93

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1031DF (or 0x1031DF) is known color: Persian Blue. HEX triplet: 10, 31 and DF. RGB value is (16,49,223). Sum of RGB (Red+Green+Blue) = 16+49+223=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 223 (87.5% from 255 or 77.43% from 288); Max value from RGB is 223 - color contains mainly: blue. Hex color #1031DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1031DF is #EFCE20. Grayscale: #3A3A3A. Windows color (decimal): -15715873 or 14627088. OLE color: 14627088.

HSL color Cylindrical-coordinate representation of color #1031DF: hue angle of 230.43º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1031DF is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 49 223 -
CMYK 0.93 0.78 0 0.13
HSL 230.43º 0.87% 0.47% -
HSV(B) 230.43º 0.93% 0.87% -
XYZ 14.63 7.63 70.51 -
YUV 58.97 220.57 97.35 -
System Red Green Blue C M Y K H S L
Decimal 16 49 223 0.93 0.78 0 0.13 230.43 0.87 0.47
Hex 10 31 DF 5D 4E 0 D E6 57 2F
Octal 20 61 337 135 116 0 15 346 127 57
Binary 10000 110001 11011111 1011101 1001110 0 1101 11100110 1010111 101111

Color Harmonies of #1031DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1031DF

Black with #1031DF

Text Example


Text Example

White with #1031DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1031DF; }

 p { color: rgb(16,49,223); }

 H1.HeaderClassName
 {
   color: #1031DF;
 }
 .AnyTagClassName
 {
   color: #1031DF;
 }
</style>

background-color css

<style>
 a { background-color: #1031DF; }

 a { background-color: rgb(16,49,223); }

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

border-color css

<style>
 span { border-color: #1031DF; }

 span { border-color: rgb(16,49,223); }

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