Html Css Color HEX #103EC9 Persian Blue

📋 copy color: '#103EC9'

red 16 ◦ green 62 ◦ blue 201

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

Shades of Persian Blue #103EC9

Tints of Persian Blue #103EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 72.04%

R = 5.73%
G = 22.22%
B = 72.04%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#103EC9 (or 0x103EC9) is known color: Persian Blue. HEX triplet: 10, 3E and C9. RGB value is (16,62,201). Sum of RGB (Red+Green+Blue) = 16+62+201=279 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.73% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 201 (78.91% from 255 or 72.04% from 279); Max value from RGB is 201 - color contains mainly: blue. Hex color #103EC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103EC9 is #EFC136. Grayscale: #3F3F3F. Windows color (decimal): -15712567 or 13188624. OLE color: 13188624.

HSL color Cylindrical-coordinate representation of color #103EC9: hue angle of 225.08º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #103EC9 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 16 62 201 -
CMYK 0.92 0.69 0 0.21
HSL 225.08º 0.85% 0.43% -
HSV(B) 225.08º 0.92% 0.79% -
XYZ 12.48 7.77 56.1 -
YUV 64.09 205.26 93.7 -
System Red Green Blue C M Y K H S L
Decimal 16 62 201 0.92 0.69 0 0.21 225.08 0.85 0.43
Hex 10 3E C9 5C 45 0 15 E1 55 2B
Octal 20 76 311 134 105 0 25 341 125 53
Binary 10000 111110 11001001 1011100 1000101 0 10101 11100001 1010101 101011

Color Harmonies of #103EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103EC9

Black with #103EC9

Text Example


Text Example

White with #103EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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