Html Css Color HEX #103BDB Persian Blue

📋 copy color: '#103BDB'

red 16 ◦ green 59 ◦ blue 219

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

Shades of Persian Blue #103BDB

Tints of Persian Blue #103BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.07%

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

R = 5.44%
G = 20.07%
B = 74.49%

CMYK

 C value IS 0.93

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#103BDB (or 0x103BDB) is known color: Persian Blue. HEX triplet: 10, 3B and DB. RGB value is (16,59,219). Sum of RGB (Red+Green+Blue) = 16+59+219=294 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.44% from 294); Green value is 59 (23.44% from 255 or 20.07% from 294); Blue value is 219 (85.94% from 255 or 74.49% from 294); Max value from RGB is 219 - color contains mainly: blue. Hex color #103BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103BDB is #EFC424. Grayscale: #3F3F3F. Windows color (decimal): -15713317 or 14367504. OLE color: 14367504.

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

Color convert

RGB 16 59 219 -
CMYK 0.93 0.73 0 0.14
HSL 227.29º 0.86% 0.46% -
HSV(B) 227.29º 0.93% 0.86% -
XYZ 14.56 8.35 67.86 -
YUV 64.38 215.25 93.49 -
System Red Green Blue C M Y K H S L
Decimal 16 59 219 0.93 0.73 0 0.14 227.29 0.86 0.46
Hex 10 3B DB 5D 49 0 E E3 56 2E
Octal 20 73 333 135 111 0 16 343 126 56
Binary 10000 111011 11011011 1011101 1001001 0 1110 11100011 1010110 101110

Color Harmonies of #103BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103BDB

Black with #103BDB

Text Example


Text Example

White with #103BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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