Html Css Color HEX #103FDB Persian Blue

📋 copy color: '#103FDB'

red 16 ◦ green 63 ◦ blue 219

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

Shades of Persian Blue #103FDB

Tints of Persian Blue #103FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 21.14%

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

R = 5.37%
G = 21.14%
B = 73.49%

CMYK

 C value IS 0.93

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#103FDB (or 0x103FDB) is known color: Persian Blue. HEX triplet: 10, 3F and DB. RGB value is (16,63,219). Sum of RGB (Red+Green+Blue) = 16+63+219=298 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.37% from 298); Green value is 63 (25% from 255 or 21.14% 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 #103FDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103FDB is #EFC024. Grayscale: #424242. Windows color (decimal): -15712293 or 14368528. OLE color: 14368528.

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

Color convert

RGB 16 63 219 -
CMYK 0.93 0.71 0 0.14
HSL 226.11º 0.86% 0.46% -
HSV(B) 226.11º 0.93% 0.86% -
XYZ 14.78 8.78 67.93 -
YUV 66.73 213.93 91.82 -
System Red Green Blue C M Y K H S L
Decimal 16 63 219 0.93 0.71 0 0.14 226.11 0.86 0.46
Hex 10 3F DB 5D 47 0 E E2 56 2E
Octal 20 77 333 135 107 0 16 342 126 56
Binary 10000 111111 11011011 1011101 1000111 0 1110 11100010 1010110 101110

Color Harmonies of #103FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103FDB

Black with #103FDB

Text Example


Text Example

White with #103FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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