Html Css Color HEX #103159 Prussian Blue

📋 copy color: '#103159'

red 16 ◦ green 49 ◦ blue 89

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

Shades of Prussian Blue #103159

Tints of Prussian Blue #103159

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.82%

 BLUE value IS 89 (35.16% from 255) = 57.79%

R = 10.39%
G = 31.82%
B = 57.79%

CMYK

 C value IS 0.82

 M value IS 0.45

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#103159 (or 0x103159) is known color: Prussian Blue. HEX triplet: 10, 31 and 59. RGB value is (16,49,89). Sum of RGB (Red+Green+Blue) = 16+49+89=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #103159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103159 is #EFCEA6. Grayscale: #2B2B2B. Windows color (decimal): -15716007 or 5845264. OLE color: 5845264.

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

Color convert

RGB 16 49 89 -
CMYK 0.82 0.45 0 0.65
HSL 212.88º 0.7% 0.21% -
HSV(B) 212.88º 0.82% 0.35% -
XYZ 3.12 3.03 9.87 -
YUV 43.69 153.57 108.25 -
System Red Green Blue C M Y K H S L
Decimal 16 49 89 0.82 0.45 0 0.65 212.88 0.7 0.21
Hex 10 31 59 52 2D 0 41 D5 46 15
Octal 20 61 131 122 55 0 101 325 106 25
Binary 10000 110001 1011001 1010010 101101 0 1000001 11010101 1000110 10101

Color Harmonies of #103159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103159

Black with #103159

Text Example


Text Example

White with #103159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103159; }

 p { color: rgb(16,49,89); }

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

background-color css

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

 a { background-color: rgb(16,49,89); }

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

border-color css

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

 span { border-color: rgb(16,49,89); }

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