Html Css Color HEX #103ECE Persian Blue

📋 copy color: '#103ECE'

red 16 ◦ green 62 ◦ blue 206

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

Shades of Persian Blue #103ECE

Tints of Persian Blue #103ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 72.54%

R = 5.63%
G = 21.83%
B = 72.54%

CMYK

 C value IS 0.92

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#103ECE (or 0x103ECE) is known color: Persian Blue. HEX triplet: 10, 3E and CE. RGB value is (16,62,206). Sum of RGB (Red+Green+Blue) = 16+62+206=284 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.63% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 206 (80.86% from 255 or 72.54% from 284); Max value from RGB is 206 - color contains mainly: blue. Hex color #103ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103ECE is #EFC131. Grayscale: #404040. Windows color (decimal): -15712562 or 13516304. OLE color: 13516304.

HSL color Cylindrical-coordinate representation of color #103ECE: hue angle of 225.47º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #103ECE is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 62 206 -
CMYK 0.92 0.70 0 0.19
HSL 225.47º 0.86% 0.44% -
HSV(B) 225.47º 0.92% 0.81% -
XYZ 13.08 8.01 59.25 -
YUV 64.66 207.76 93.29 -
System Red Green Blue C M Y K H S L
Decimal 16 62 206 0.92 0.70 0 0.19 225.47 0.86 0.44
Hex 10 3E CE 5C 46 0 13 E1 56 2C
Octal 20 76 316 134 106 0 23 341 126 54
Binary 10000 111110 11001110 1011100 1000110 0 10011 11100001 1010110 101100

Color Harmonies of #103ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103ECE

Black with #103ECE

Text Example


Text Example

White with #103ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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