Html Css Color HEX #1F3EDB Persian Blue

📋 copy color: '#1F3EDB'

red 31 ◦ green 62 ◦ blue 219

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

Shades of Persian Blue #1F3EDB

Tints of Persian Blue #1F3EDB

RGB

 RED value IS 31 (12.5% from 255) = 9.94%

 GREEN value IS 62 (24.61% from 255) = 19.87%

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

R = 9.94%
G = 19.87%
B = 70.19%

CMYK

 C value IS 0.86

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1F3EDB (or 0x1F3EDB) is known color: Persian Blue. HEX triplet: 1F, 3E and DB. RGB value is (31,62,219). Sum of RGB (Red+Green+Blue) = 31+62+219=312 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.94% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #1F3EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F3EDB is #E0C124. Grayscale: #454545. Windows color (decimal): -14729509 or 14368287. OLE color: 14368287.

HSL color Cylindrical-coordinate representation of color #1F3EDB: hue angle of 230.11º degrees, saturation: 0.75, 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 #1F3EDB is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 62 219 -
CMYK 0.86 0.72 0 0.14
HSL 230.11º 0.75% 0.49% -
HSV(B) 230.11º 0.86% 0.86% -
XYZ 15.07 8.85 67.93 -
YUV 70.63 211.73 99.73 -
System Red Green Blue C M Y K H S L
Decimal 31 62 219 0.86 0.72 0 0.14 230.11 0.75 0.49
Hex 1F 3E DB 56 48 0 E E6 4B 31
Octal 37 76 333 126 110 0 16 346 113 61
Binary 11111 111110 11011011 1010110 1001000 0 1110 11100110 1001011 110001

Color Harmonies of #1F3EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3EDB

Black with #1F3EDB

Text Example


Text Example

White with #1F3EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,62,219); }

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

background-color css

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

 a { background-color: rgb(31,62,219); }

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

border-color css

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

 span { border-color: rgb(31,62,219); }

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