Html Css Color HEX #10386D Prussian Blue

📋 copy color: '#10386D'

red 16 ◦ green 56 ◦ blue 109

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

Shades of Prussian Blue #10386D

Tints of Prussian Blue #10386D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.94%

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

R = 8.84%
G = 30.94%
B = 60.22%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#10386D (or 0x10386D) is known color: Prussian Blue. HEX triplet: 10, 38 and 6D. RGB value is (16,56,109). Sum of RGB (Red+Green+Blue) = 16+56+109=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 109 (42.97% from 255 or 60.22% from 181); Max value from RGB is 109 - color contains mainly: blue. Hex color #10386D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10386D is #EFC792. Grayscale: #313131. Windows color (decimal): -15714195 or 7157776. OLE color: 7157776.

HSL color Cylindrical-coordinate representation of color #10386D: hue angle of 214.19º 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 #10386D is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 16 56 109 -
CMYK 0.85 0.49 0 0.57
HSL 214.19º 0.74% 0.25% -
HSV(B) 214.19º 0.85% 0.43% -
XYZ 4.39 4.04 15.02 -
YUV 50.08 161.25 103.69 -
System Red Green Blue C M Y K H S L
Decimal 16 56 109 0.85 0.49 0 0.57 214.19 0.74 0.25
Hex 10 38 6D 55 31 0 39 D6 4A 19
Octal 20 70 155 125 61 0 71 326 112 31
Binary 10000 111000 1101101 1010101 110001 0 111001 11010110 1001010 11001

Color Harmonies of #10386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10386D

Black with #10386D

Text Example


Text Example

White with #10386D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10386D; }

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

 H1.HeaderClassName
 {
   color: #10386D;
 }
 .AnyTagClassName
 {
   color: #10386D;
 }
</style>

background-color css

<style>
 a { background-color: #10386D; }

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

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

border-color css

<style>
 span { border-color: #10386D; }

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

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