Html Css Color HEX #103EDA Persian Blue

📋 copy color: '#103EDA'

red 16 ◦ green 62 ◦ blue 218

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

Shades of Persian Blue #103EDA

Tints of Persian Blue #103EDA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.95%

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

R = 5.41%
G = 20.95%
B = 73.65%

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

#103EDA (or 0x103EDA) is known color: Persian Blue. HEX triplet: 10, 3E and DA. RGB value is (16,62,218). Sum of RGB (Red+Green+Blue) = 16+62+218=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 218 (85.55% from 255 or 73.65% from 296); Max value from RGB is 218 - color contains mainly: blue. Hex color #103EDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103EDA is #EFC125. Grayscale: #414141. Windows color (decimal): -15712550 or 14302736. OLE color: 14302736.

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

Color convert

RGB 16 62 218 -
CMYK 0.93 0.72 0 0.15
HSL 226.34º 0.86% 0.46% -
HSV(B) 226.34º 0.93% 0.85% -
XYZ 14.59 8.62 67.22 -
YUV 66.03 213.76 92.32 -
System Red Green Blue C M Y K H S L
Decimal 16 62 218 0.93 0.72 0 0.15 226.34 0.86 0.46
Hex 10 3E DA 5D 48 0 F E2 56 2E
Octal 20 76 332 135 110 0 17 342 126 56
Binary 10000 111110 11011010 1011101 1001000 0 1111 11100010 1010110 101110

Color Harmonies of #103EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103EDA

Black with #103EDA

Text Example


Text Example

White with #103EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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