Html Css Color HEX #103D6C Prussian Blue

📋 copy color: '#103D6C'

red 16 ◦ green 61 ◦ blue 108

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

Shades of Prussian Blue #103D6C

Tints of Prussian Blue #103D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 58.38%

R = 8.65%
G = 32.97%
B = 58.38%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#103D6C (or 0x103D6C) is known color: Prussian Blue. HEX triplet: 10, 3D and 6C. RGB value is (16,61,108). Sum of RGB (Red+Green+Blue) = 16+61+108=185 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.65% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #103D6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103D6C is #EFC293. Grayscale: #343434. Windows color (decimal): -15712916 or 7093520. OLE color: 7093520.

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

Color convert

RGB 16 61 108 -
CMYK 0.85 0.44 0 0.58
HSL 210.65º 0.74% 0.24% -
HSV(B) 210.65º 0.85% 0.42% -
XYZ 4.59 4.53 14.82 -
YUV 52.9 159.09 101.68 -
System Red Green Blue C M Y K H S L
Decimal 16 61 108 0.85 0.44 0 0.58 210.65 0.74 0.24
Hex 10 3D 6C 55 2C 0 3A D3 4A 18
Octal 20 75 154 125 54 0 72 323 112 30
Binary 10000 111101 1101100 1010101 101100 0 111010 11010011 1001010 11000

Color Harmonies of #103D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103D6C

Black with #103D6C

Text Example


Text Example

White with #103D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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