Html Css Color HEX #103EEC Persian Blue

📋 copy color: '#103EEC'

red 16 ◦ green 62 ◦ blue 236

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

Shades of Persian Blue #103EEC

Tints of Persian Blue #103EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 75.16%

R = 5.1%
G = 19.75%
B = 75.16%

CMYK

 C value IS 0.93

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#103EEC (or 0x103EEC) is known color: Persian Blue. HEX triplet: 10, 3E and EC. RGB value is (16,62,236). Sum of RGB (Red+Green+Blue) = 16+62+236=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 236 (92.58% from 255 or 75.16% from 314); Max value from RGB is 236 - color contains mainly: blue. Hex color #103EEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103EEC is #EFC113. Grayscale: #434343. Windows color (decimal): -15712532 or 15482384. OLE color: 15482384.

HSL color Cylindrical-coordinate representation of color #103EEC: hue angle of 227.45º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #103EEC is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 16 62 236 -
CMYK 0.93 0.74 0 0.07
HSL 227.45º 0.87% 0.49% -
HSV(B) 227.45º 0.93% 0.93% -
XYZ 17.08 9.61 80.31 -
YUV 68.08 222.76 90.85 -
System Red Green Blue C M Y K H S L
Decimal 16 62 236 0.93 0.74 0 0.07 227.45 0.87 0.49
Hex 10 3E EC 5D 4A 0 7 E3 57 31
Octal 20 76 354 135 112 0 7 343 127 61
Binary 10000 111110 11101100 1011101 1001010 0 111 11100011 1010111 110001

Color Harmonies of #103EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103EEC

Black with #103EEC

Text Example


Text Example

White with #103EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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