Html Css Color HEX #10376D Prussian Blue

📋 copy color: '#10376D'

red 16 ◦ green 55 ◦ blue 109

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

Shades of Prussian Blue #10376D

Tints of Prussian Blue #10376D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.56%

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

R = 8.89%
G = 30.56%
B = 60.56%

CMYK

 C value IS 0.85

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#10376D (or 0x10376D) is known color: Prussian Blue. HEX triplet: 10, 37 and 6D. RGB value is (16,55,109). Sum of RGB (Red+Green+Blue) = 16+55+109=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 109 (42.97% from 255 or 60.56% from 180); Max value from RGB is 109 - color contains mainly: blue. Hex color #10376D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10376D is #EFC892. Grayscale: #313131. Windows color (decimal): -15714451 or 7157520. OLE color: 7157520.

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

Color convert

RGB 16 55 109 -
CMYK 0.85 0.50 0 0.57
HSL 214.84º 0.74% 0.25% -
HSV(B) 214.84º 0.85% 0.43% -
XYZ 4.34 3.95 15 -
YUV 49.5 161.58 104.11 -
System Red Green Blue C M Y K H S L
Decimal 16 55 109 0.85 0.50 0 0.57 214.84 0.74 0.25
Hex 10 37 6D 55 32 0 39 D7 4A 19
Octal 20 67 155 125 62 0 71 327 112 31
Binary 10000 110111 1101101 1010101 110010 0 111001 11010111 1001010 11001

Color Harmonies of #10376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10376D

Black with #10376D

Text Example


Text Example

White with #10376D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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