Html Css Color HEX #1031DB Persian Blue

📋 copy color: '#1031DB'

red 16 ◦ green 49 ◦ blue 219

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

Shades of Persian Blue #1031DB

Tints of Persian Blue #1031DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 77.11%

R = 5.63%
G = 17.25%
B = 77.11%

CMYK

 C value IS 0.93

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1031DB (or 0x1031DB) is known color: Persian Blue. HEX triplet: 10, 31 and DB. RGB value is (16,49,219). Sum of RGB (Red+Green+Blue) = 16+49+219=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 219 (85.94% from 255 or 77.11% from 284); Max value from RGB is 219 - color contains mainly: blue. Hex color #1031DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1031DB is #EFCE24. Grayscale: #393939. Windows color (decimal): -15715877 or 14364944. OLE color: 14364944.

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

Color convert

RGB 16 49 219 -
CMYK 0.93 0.78 0 0.14
HSL 230.25º 0.86% 0.46% -
HSV(B) 230.25º 0.93% 0.86% -
XYZ 14.1 7.42 67.71 -
YUV 58.51 218.57 97.68 -
System Red Green Blue C M Y K H S L
Decimal 16 49 219 0.93 0.78 0 0.14 230.25 0.86 0.46
Hex 10 31 DB 5D 4E 0 E E6 56 2E
Octal 20 61 333 135 116 0 16 346 126 56
Binary 10000 110001 11011011 1011101 1001110 0 1110 11100110 1010110 101110

Color Harmonies of #1031DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1031DB

Black with #1031DB

Text Example


Text Example

White with #1031DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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