Html Css Color HEX #103ED6 Persian Blue

📋 copy color: '#103ED6'

red 16 ◦ green 62 ◦ blue 214

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

Shades of Persian Blue #103ED6

Tints of Persian Blue #103ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 73.29%

R = 5.48%
G = 21.23%
B = 73.29%

CMYK

 C value IS 0.93

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#103ED6 (or 0x103ED6) is known color: Persian Blue. HEX triplet: 10, 3E and D6. RGB value is (16,62,214). Sum of RGB (Red+Green+Blue) = 16+62+214=292 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.48% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 214 (83.98% from 255 or 73.29% from 292); Max value from RGB is 214 - color contains mainly: blue. Hex color #103ED6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103ED6 is #EFC129. Grayscale: #404040. Windows color (decimal): -15712554 or 14040592. OLE color: 14040592.

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

Color convert

RGB 16 62 214 -
CMYK 0.93 0.71 0 0.16
HSL 226.06º 0.86% 0.45% -
HSV(B) 226.06º 0.93% 0.84% -
XYZ 14.07 8.41 64.5 -
YUV 65.57 211.76 92.64 -
System Red Green Blue C M Y K H S L
Decimal 16 62 214 0.93 0.71 0 0.16 226.06 0.86 0.45
Hex 10 3E D6 5D 47 0 10 E2 56 2D
Octal 20 76 326 135 107 0 20 342 126 55
Binary 10000 111110 11010110 1011101 1000111 0 10000 11100010 1010110 101101

Color Harmonies of #103ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103ED6

Black with #103ED6

Text Example


Text Example

White with #103ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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