Html Css Color HEX #103EBC Persian Blue

📋 copy color: '#103EBC'

red 16 ◦ green 62 ◦ blue 188

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

Shades of Persian Blue #103EBC

Tints of Persian Blue #103EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 70.68%

R = 6.02%
G = 23.31%
B = 70.68%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#103EBC (or 0x103EBC) is known color: Persian Blue. HEX triplet: 10, 3E and BC. RGB value is (16,62,188). Sum of RGB (Red+Green+Blue) = 16+62+188=266 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.02% from 266); Green value is 62 (24.61% from 255 or 23.31% from 266); Blue value is 188 (73.83% from 255 or 70.68% from 266); Max value from RGB is 188 - color contains mainly: blue. Hex color #103EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103EBC is #EFC143. Grayscale: #3E3E3E. Windows color (decimal): -15712580 or 12336656. OLE color: 12336656.

HSL color Cylindrical-coordinate representation of color #103EBC: hue angle of 223.95º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #103EBC is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 62 188 -
CMYK 0.91 0.67 0 0.26
HSL 223.95º 0.84% 0.4% -
HSV(B) 223.95º 0.91% 0.74% -
XYZ 11.01 7.19 48.38 -
YUV 62.61 198.76 94.75 -
System Red Green Blue C M Y K H S L
Decimal 16 62 188 0.91 0.67 0 0.26 223.95 0.84 0.4
Hex 10 3E BC 5B 43 0 1A E0 54 28
Octal 20 76 274 133 103 0 32 340 124 50
Binary 10000 111110 10111100 1011011 1000011 0 11010 11100000 1010100 101000

Color Harmonies of #103EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103EBC

Black with #103EBC

Text Example


Text Example

White with #103EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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