Html Css Color HEX #103D6D Prussian Blue

📋 copy color: '#103D6D'

red 16 ◦ green 61 ◦ blue 109

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

Shades of Prussian Blue #103D6D

Tints of Prussian Blue #103D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 58.6%

R = 8.6%
G = 32.8%
B = 58.6%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#103D6D (or 0x103D6D) is known color: Prussian Blue. HEX triplet: 10, 3D and 6D. RGB value is (16,61,109). Sum of RGB (Red+Green+Blue) = 16+61+109=186 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.60% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 109 (42.97% from 255 or 58.60% from 186); Max value from RGB is 109 - color contains mainly: blue. Hex color #103D6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103D6D is #EFC292. Grayscale: #343434. Windows color (decimal): -15712915 or 7159056. OLE color: 7159056.

HSL color Cylindrical-coordinate representation of color #103D6D: hue angle of 210.97º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #103D6D is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 16 61 109 -
CMYK 0.85 0.44 0 0.57
HSL 210.97º 0.74% 0.25% -
HSV(B) 210.97º 0.85% 0.43% -
XYZ 4.64 4.55 15.1 -
YUV 53.02 159.59 101.6 -
System Red Green Blue C M Y K H S L
Decimal 16 61 109 0.85 0.44 0 0.57 210.97 0.74 0.25
Hex 10 3D 6D 55 2C 0 39 D3 4A 19
Octal 20 75 155 125 54 0 71 323 112 31
Binary 10000 111101 1101101 1010101 101100 0 111001 11010011 1001010 11001

Color Harmonies of #103D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103D6D

Black with #103D6D

Text Example


Text Example

White with #103D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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