Html Css Color HEX #1E31DB Persian Blue

📋 copy color: '#1E31DB'

red 30 ◦ green 49 ◦ blue 219

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

Shades of Persian Blue #1E31DB

Tints of Persian Blue #1E31DB

RGB

 RED value IS 30 (12.11% from 255) = 10.07%

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

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

R = 10.07%
G = 16.44%
B = 73.49%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1E31DB (or 0x1E31DB) is known color: Persian Blue. HEX triplet: 1E, 31 and DB. RGB value is (30,49,219). Sum of RGB (Red+Green+Blue) = 30+49+219=298 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.07% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 219 (85.94% from 255 or 73.49% from 298); Max value from RGB is 219 - color contains mainly: blue. Hex color #1E31DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E31DB is #E1CE24. Grayscale: #3E3E3E. Windows color (decimal): -14798373 or 14364958. OLE color: 14364958.

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

Color convert

RGB 30 49 219 -
CMYK 0.86 0.78 0 0.14
HSL 233.97º 0.76% 0.49% -
HSV(B) 233.97º 0.86% 0.86% -
XYZ 14.42 7.59 67.72 -
YUV 62.7 216.21 104.68 -
System Red Green Blue C M Y K H S L
Decimal 30 49 219 0.86 0.78 0 0.14 233.97 0.76 0.49
Hex 1E 31 DB 56 4E 0 E EA 4C 31
Octal 36 61 333 126 116 0 16 352 114 61
Binary 11110 110001 11011011 1010110 1001110 0 1110 11101010 1001100 110001

Color Harmonies of #1E31DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E31DB

Black with #1E31DB

Text Example


Text Example

White with #1E31DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E31DB; }

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

 H1.HeaderClassName
 {
   color: #1E31DB;
 }
 .AnyTagClassName
 {
   color: #1E31DB;
 }
</style>

background-color css

<style>
 a { background-color: #1E31DB; }

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

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

border-color css

<style>
 span { border-color: #1E31DB; }

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

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