Html Css Color HEX #103DBC Persian Blue

📋 copy color: '#103DBC'

red 16 ◦ green 61 ◦ blue 188

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

Shades of Persian Blue #103DBC

Tints of Persian Blue #103DBC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.02%

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

R = 6.04%
G = 23.02%
B = 70.94%

CMYK

 C value IS 0.91

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#103DBC (or 0x103DBC) is known color: Persian Blue. HEX triplet: 10, 3D and BC. RGB value is (16,61,188). Sum of RGB (Red+Green+Blue) = 16+61+188=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 188 (73.83% from 255 or 70.94% from 265); Max value from RGB is 188 - color contains mainly: blue. Hex color #103DBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103DBC is #EFC243. Grayscale: #3D3D3D. Windows color (decimal): -15712836 or 12336400. OLE color: 12336400.

HSL color Cylindrical-coordinate representation of color #103DBC: hue angle of 224.3º 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 #103DBC is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 61 188 -
CMYK 0.91 0.68 0 0.26
HSL 224.3º 0.84% 0.4% -
HSV(B) 224.3º 0.91% 0.74% -
XYZ 10.96 7.08 48.37 -
YUV 62.02 199.09 95.17 -
System Red Green Blue C M Y K H S L
Decimal 16 61 188 0.91 0.68 0 0.26 224.3 0.84 0.4
Hex 10 3D BC 5B 44 0 1A E0 54 28
Octal 20 75 274 133 104 0 32 340 124 50
Binary 10000 111101 10111100 1011011 1000100 0 11010 11100000 1010100 101000

Color Harmonies of #103DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103DBC

Black with #103DBC

Text Example


Text Example

White with #103DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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