Html Css Color HEX #103BD7 Persian Blue

📋 copy color: '#103BD7'

red 16 ◦ green 59 ◦ blue 215

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

Shades of Persian Blue #103BD7

Tints of Persian Blue #103BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 74.14%

R = 5.52%
G = 20.34%
B = 74.14%

CMYK

 C value IS 0.93

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#103BD7 (or 0x103BD7) is known color: Persian Blue. HEX triplet: 10, 3B and D7. RGB value is (16,59,215). Sum of RGB (Red+Green+Blue) = 16+59+215=290 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.52% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 215 (84.38% from 255 or 74.14% from 290); Max value from RGB is 215 - color contains mainly: blue. Hex color #103BD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103BD7 is #EFC428. Grayscale: #3F3F3F. Windows color (decimal): -15713321 or 14105360. OLE color: 14105360.

HSL color Cylindrical-coordinate representation of color #103BD7: hue angle of 227.04º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #103BD7 is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 16 59 215 -
CMYK 0.93 0.73 0 0.16
HSL 227.04º 0.86% 0.45% -
HSV(B) 227.04º 0.93% 0.84% -
XYZ 14.04 8.14 65.12 -
YUV 63.93 213.25 93.82 -
System Red Green Blue C M Y K H S L
Decimal 16 59 215 0.93 0.73 0 0.16 227.04 0.86 0.45
Hex 10 3B D7 5D 49 0 10 E3 56 2D
Octal 20 73 327 135 111 0 20 343 126 55
Binary 10000 111011 11010111 1011101 1001001 0 10000 11100011 1010110 101101

Color Harmonies of #103BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103BD7

Black with #103BD7

Text Example


Text Example

White with #103BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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