Html Css Color HEX #103EDB Persian Blue

📋 copy color: '#103EDB'

red 16 ◦ green 62 ◦ blue 219

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

Shades of Persian Blue #103EDB

Tints of Persian Blue #103EDB

RGB

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

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

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

R = 5.39%
G = 20.88%
B = 73.74%

CMYK

 C value IS 0.93

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#103EDB (or 0x103EDB) is known color: Persian Blue. HEX triplet: 10, 3E and DB. RGB value is (16,62,219). Sum of RGB (Red+Green+Blue) = 16+62+219=297 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.39% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 219 (85.94% from 255 or 73.74% from 297); Max value from RGB is 219 - color contains mainly: blue. Hex color #103EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103EDB is #EFC124. Grayscale: #414141. Windows color (decimal): -15712549 or 14368272. OLE color: 14368272.

HSL color Cylindrical-coordinate representation of color #103EDB: hue angle of 226.4º 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 #103EDB is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 62 219 -
CMYK 0.93 0.72 0 0.14
HSL 226.4º 0.86% 0.46% -
HSV(B) 226.4º 0.93% 0.86% -
XYZ 14.72 8.67 67.92 -
YUV 66.14 214.26 92.23 -
System Red Green Blue C M Y K H S L
Decimal 16 62 219 0.93 0.72 0 0.14 226.4 0.86 0.46
Hex 10 3E DB 5D 48 0 E E2 56 2E
Octal 20 76 333 135 110 0 16 342 126 56
Binary 10000 111110 11011011 1011101 1001000 0 1110 11100010 1010110 101110

Color Harmonies of #103EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103EDB

Black with #103EDB

Text Example


Text Example

White with #103EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103EDB; }

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

 H1.HeaderClassName
 {
   color: #103EDB;
 }
 .AnyTagClassName
 {
   color: #103EDB;
 }
</style>

background-color css

<style>
 a { background-color: #103EDB; }

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

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

border-color css

<style>
 span { border-color: #103EDB; }

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

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