Html Css Color HEX #10356D Prussian Blue

📋 copy color: '#10356D'

red 16 ◦ green 53 ◦ blue 109

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

Shades of Prussian Blue #10356D

Tints of Prussian Blue #10356D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.78%

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

R = 8.99%
G = 29.78%
B = 61.24%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#10356D (or 0x10356D) is known color: Prussian Blue. HEX triplet: 10, 35 and 6D. RGB value is (16,53,109). Sum of RGB (Red+Green+Blue) = 16+53+109=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 109 (42.97% from 255 or 61.24% from 178); Max value from RGB is 109 - color contains mainly: blue. Hex color #10356D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10356D is #EFCA92. Grayscale: #303030. Windows color (decimal): -15714963 or 7157008. OLE color: 7157008.

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

Color convert

RGB 16 53 109 -
CMYK 0.85 0.51 0 0.57
HSL 216.13º 0.74% 0.25% -
HSV(B) 216.13º 0.85% 0.43% -
XYZ 4.25 3.76 14.97 -
YUV 48.32 162.24 104.95 -
System Red Green Blue C M Y K H S L
Decimal 16 53 109 0.85 0.51 0 0.57 216.13 0.74 0.25
Hex 10 35 6D 55 33 0 39 D8 4A 19
Octal 20 65 155 125 63 0 71 330 112 31
Binary 10000 110101 1101101 1010101 110011 0 111001 11011000 1001010 11001

Color Harmonies of #10356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10356D

Black with #10356D

Text Example


Text Example

White with #10356D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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