Html Css Color HEX #103ECD Persian Blue

📋 copy color: '#103ECD'

red 16 ◦ green 62 ◦ blue 205

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

Shades of Persian Blue #103ECD

Tints of Persian Blue #103ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 72.44%

R = 5.65%
G = 21.91%
B = 72.44%

CMYK

 C value IS 0.92

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#103ECD (or 0x103ECD) is known color: Persian Blue. HEX triplet: 10, 3E and CD. RGB value is (16,62,205). Sum of RGB (Red+Green+Blue) = 16+62+205=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 205 (80.47% from 255 or 72.44% from 283); Max value from RGB is 205 - color contains mainly: blue. Hex color #103ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103ECD is #EFC132. Grayscale: #3F3F3F. Windows color (decimal): -15712563 or 13450768. OLE color: 13450768.

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

Color convert

RGB 16 62 205 -
CMYK 0.92 0.70 0 0.20
HSL 225.4º 0.86% 0.43% -
HSV(B) 225.4º 0.92% 0.8% -
XYZ 12.96 7.96 58.61 -
YUV 64.55 207.26 93.37 -
System Red Green Blue C M Y K H S L
Decimal 16 62 205 0.92 0.70 0 0.20 225.4 0.86 0.43
Hex 10 3E CD 5C 46 0 14 E1 56 2B
Octal 20 76 315 134 106 0 24 341 126 53
Binary 10000 111110 11001101 1011100 1000110 0 10100 11100001 1010110 101011

Color Harmonies of #103ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103ECD

Black with #103ECD

Text Example


Text Example

White with #103ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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