Html Css Color HEX #103DDA Persian Blue

📋 copy color: '#103DDA'

red 16 ◦ green 61 ◦ blue 218

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

Shades of Persian Blue #103DDA

Tints of Persian Blue #103DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 73.9%

R = 5.42%
G = 20.68%
B = 73.9%

CMYK

 C value IS 0.93

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#103DDA (or 0x103DDA) is known color: Persian Blue. HEX triplet: 10, 3D and DA. RGB value is (16,61,218). Sum of RGB (Red+Green+Blue) = 16+61+218=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 218 (85.55% from 255 or 73.90% from 295); Max value from RGB is 218 - color contains mainly: blue. Hex color #103DDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103DDA is #EFC225. Grayscale: #404040. Windows color (decimal): -15712806 or 14302480. OLE color: 14302480.

HSL color Cylindrical-coordinate representation of color #103DDA: hue angle of 226.63º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #103DDA is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 16 61 218 -
CMYK 0.93 0.72 0 0.15
HSL 226.63º 0.86% 0.46% -
HSV(B) 226.63º 0.93% 0.85% -
XYZ 14.54 8.51 67.21 -
YUV 65.44 214.09 92.73 -
System Red Green Blue C M Y K H S L
Decimal 16 61 218 0.93 0.72 0 0.15 226.63 0.86 0.46
Hex 10 3D DA 5D 48 0 F E3 56 2E
Octal 20 75 332 135 110 0 17 343 126 56
Binary 10000 111101 11011010 1011101 1001000 0 1111 11100011 1010110 101110

Color Harmonies of #103DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103DDA

Black with #103DDA

Text Example


Text Example

White with #103DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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