Html Css Color HEX #103ADB Persian Blue

📋 copy color: '#103ADB'

red 16 ◦ green 58 ◦ blue 219

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

Shades of Persian Blue #103ADB

Tints of Persian Blue #103ADB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.8%

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

R = 5.46%
G = 19.8%
B = 74.74%

CMYK

 C value IS 0.93

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#103ADB (or 0x103ADB) is known color: Persian Blue. HEX triplet: 10, 3A and DB. RGB value is (16,58,219). Sum of RGB (Red+Green+Blue) = 16+58+219=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 219 (85.94% from 255 or 74.74% from 293); Max value from RGB is 219 - color contains mainly: blue. Hex color #103ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103ADB is #EFC524. Grayscale: #3F3F3F. Windows color (decimal): -15713573 or 14367248. OLE color: 14367248.

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

Color convert

RGB 16 58 219 -
CMYK 0.93 0.74 0 0.14
HSL 227.59º 0.86% 0.46% -
HSV(B) 227.59º 0.93% 0.86% -
XYZ 14.51 8.25 67.85 -
YUV 63.8 215.59 93.91 -
System Red Green Blue C M Y K H S L
Decimal 16 58 219 0.93 0.74 0 0.14 227.59 0.86 0.46
Hex 10 3A DB 5D 4A 0 E E4 56 2E
Octal 20 72 333 135 112 0 16 344 126 56
Binary 10000 111010 11011011 1011101 1001010 0 1110 11100100 1010110 101110

Color Harmonies of #103ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103ADB

Black with #103ADB

Text Example


Text Example

White with #103ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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