Html Css Color HEX #10376C Prussian Blue

📋 copy color: '#10376C'

red 16 ◦ green 55 ◦ blue 108

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

Shades of Prussian Blue #10376C

Tints of Prussian Blue #10376C

RGB

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

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

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

R = 8.94%
G = 30.73%
B = 60.34%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#10376C (or 0x10376C) is known color: Prussian Blue. HEX triplet: 10, 37 and 6C. RGB value is (16,55,108). Sum of RGB (Red+Green+Blue) = 16+55+108=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 55 (21.88% from 255 or 30.73% from 179); Blue value is 108 (42.58% from 255 or 60.34% from 179); Max value from RGB is 108 - color contains mainly: blue. Hex color #10376C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10376C is #EFC893. Grayscale: #313131. Windows color (decimal): -15714452 or 7091984. OLE color: 7091984.

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

Color convert

RGB 16 55 108 -
CMYK 0.85 0.49 0 0.58
HSL 214.57º 0.74% 0.24% -
HSV(B) 214.57º 0.85% 0.42% -
XYZ 4.29 3.93 14.72 -
YUV 49.38 161.08 104.19 -
System Red Green Blue C M Y K H S L
Decimal 16 55 108 0.85 0.49 0 0.58 214.57 0.74 0.24
Hex 10 37 6C 55 31 0 3A D7 4A 18
Octal 20 67 154 125 61 0 72 327 112 30
Binary 10000 110111 1101100 1010101 110001 0 111010 11010111 1001010 11000

Color Harmonies of #10376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10376C

Black with #10376C

Text Example


Text Example

White with #10376C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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