Html Css Color HEX #10375D Prussian Blue

📋 copy color: '#10375D'

red 16 ◦ green 55 ◦ blue 93

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

Shades of Prussian Blue #10375D

Tints of Prussian Blue #10375D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 56.71%

R = 9.76%
G = 33.54%
B = 56.71%

CMYK

 C value IS 0.83

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10375D (or 0x10375D) is known color: Prussian Blue. HEX triplet: 10, 37 and 5D. RGB value is (16,55,93). Sum of RGB (Red+Green+Blue) = 16+55+93=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 93 (36.72% from 255 or 56.71% from 164); Max value from RGB is 93 - color contains mainly: blue. Hex color #10375D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10375D is #EFC8A2. Grayscale: #2F2F2F. Windows color (decimal): -15714467 or 6108944. OLE color: 6108944.

HSL color Cylindrical-coordinate representation of color #10375D: hue angle of 209.61º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10375D is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 55 93 -
CMYK 0.83 0.41 0 0.64
HSL 209.61º 0.71% 0.21% -
HSV(B) 209.61º 0.83% 0.36% -
XYZ 3.56 3.63 10.87 -
YUV 47.67 153.58 105.41 -
System Red Green Blue C M Y K H S L
Decimal 16 55 93 0.83 0.41 0 0.64 209.61 0.71 0.21
Hex 10 37 5D 53 29 0 40 D2 47 15
Octal 20 67 135 123 51 0 100 322 107 25
Binary 10000 110111 1011101 1010011 101001 0 1000000 11010010 1000111 10101

Color Harmonies of #10375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10375D

Black with #10375D

Text Example


Text Example

White with #10375D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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