Html Css Color HEX #10366D Prussian Blue

📋 copy color: '#10366D'

red 16 ◦ green 54 ◦ blue 109

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

Shades of Prussian Blue #10366D

Tints of Prussian Blue #10366D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.17%

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

R = 8.94%
G = 30.17%
B = 60.89%

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

#10366D (or 0x10366D) is known color: Prussian Blue. HEX triplet: 10, 36 and 6D. RGB value is (16,54,109). Sum of RGB (Red+Green+Blue) = 16+54+109=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 109 (42.97% from 255 or 60.89% from 179); Max value from RGB is 109 - color contains mainly: blue. Hex color #10366D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10366D is #EFC992. Grayscale: #303030. Windows color (decimal): -15714707 or 7157264. OLE color: 7157264.

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

Color convert

RGB 16 54 109 -
CMYK 0.85 0.50 0 0.57
HSL 215.48º 0.74% 0.25% -
HSV(B) 215.48º 0.85% 0.43% -
XYZ 4.29 3.85 14.99 -
YUV 48.91 161.91 104.53 -
System Red Green Blue C M Y K H S L
Decimal 16 54 109 0.85 0.50 0 0.57 215.48 0.74 0.25
Hex 10 36 6D 55 32 0 39 D7 4A 19
Octal 20 66 155 125 62 0 71 327 112 31
Binary 10000 110110 1101101 1010101 110010 0 111001 11010111 1001010 11001

Color Harmonies of #10366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10366D

Black with #10366D

Text Example


Text Example

White with #10366D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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