Html Css Color HEX #10325B Prussian Blue

📋 copy color: '#10325B'

red 16 ◦ green 50 ◦ blue 91

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

Shades of Prussian Blue #10325B

Tints of Prussian Blue #10325B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.85%

 BLUE value IS 91 (35.94% from 255) = 57.96%

R = 10.19%
G = 31.85%
B = 57.96%

CMYK

 C value IS 0.82

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10325B (or 0x10325B) is known color: Prussian Blue. HEX triplet: 10, 32 and 5B. RGB value is (16,50,91). Sum of RGB (Red+Green+Blue) = 16+50+91=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 91 (35.94% from 255 or 57.96% from 157); Max value from RGB is 91 - color contains mainly: blue. Hex color #10325B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10325B is #EFCDA4. Grayscale: #2C2C2C. Windows color (decimal): -15715749 or 5976592. OLE color: 5976592.

HSL color Cylindrical-coordinate representation of color #10325B: hue angle of 212.8º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10325B is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 50 91 -
CMYK 0.82 0.45 0 0.64
HSL 212.8º 0.7% 0.21% -
HSV(B) 212.8º 0.82% 0.36% -
XYZ 3.24 3.15 10.33 -
YUV 44.51 154.24 107.67 -
System Red Green Blue C M Y K H S L
Decimal 16 50 91 0.82 0.45 0 0.64 212.8 0.7 0.21
Hex 10 32 5B 52 2D 0 40 D5 46 15
Octal 20 62 133 122 55 0 100 325 106 25
Binary 10000 110010 1011011 1010010 101101 0 1000000 11010101 1000110 10101

Color Harmonies of #10325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10325B

Black with #10325B

Text Example


Text Example

White with #10325B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10325B; }

 p { color: rgb(16,50,91); }

 H1.HeaderClassName
 {
   color: #10325B;
 }
 .AnyTagClassName
 {
   color: #10325B;
 }
</style>

background-color css

<style>
 a { background-color: #10325B; }

 a { background-color: rgb(16,50,91); }

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

border-color css

<style>
 span { border-color: #10325B; }

 span { border-color: rgb(16,50,91); }

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