Html Css Color HEX #103DDB Persian Blue

📋 copy color: '#103DDB'

red 16 ◦ green 61 ◦ blue 219

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

Shades of Persian Blue #103DDB

Tints of Persian Blue #103DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.61%

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

R = 5.41%
G = 20.61%
B = 73.99%

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

#103DDB (or 0x103DDB) is known color: Persian Blue. HEX triplet: 10, 3D and DB. RGB value is (16,61,219). Sum of RGB (Red+Green+Blue) = 16+61+219=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 61 (24.22% from 255 or 20.61% from 296); Blue value is 219 (85.94% from 255 or 73.99% from 296); Max value from RGB is 219 - color contains mainly: blue. Hex color #103DDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103DDB is #EFC224. Grayscale: #404040. Windows color (decimal): -15712805 or 14368016. OLE color: 14368016.

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

Color convert

RGB 16 61 219 -
CMYK 0.93 0.72 0 0.14
HSL 226.7º 0.86% 0.46% -
HSV(B) 226.7º 0.93% 0.86% -
XYZ 14.67 8.56 67.9 -
YUV 65.56 214.59 92.65 -
System Red Green Blue C M Y K H S L
Decimal 16 61 219 0.93 0.72 0 0.14 226.7 0.86 0.46
Hex 10 3D DB 5D 48 0 E E3 56 2E
Octal 20 75 333 135 110 0 16 343 126 56
Binary 10000 111101 11011011 1011101 1001000 0 1110 11100011 1010110 101110

Color Harmonies of #103DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103DDB

Black with #103DDB

Text Example


Text Example

White with #103DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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