Html Css Color HEX #103463 Prussian Blue

📋 copy color: '#103463'

red 16 ◦ green 52 ◦ blue 99

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

Shades of Prussian Blue #103463

Tints of Prussian Blue #103463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.14%

 BLUE value IS 99 (39.06% from 255) = 59.28%

R = 9.58%
G = 31.14%
B = 59.28%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#103463 (or 0x103463) is known color: Prussian Blue. HEX triplet: 10, 34 and 63. RGB value is (16,52,99). Sum of RGB (Red+Green+Blue) = 16+52+99=167 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.58% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 99 (39.06% from 255 or 59.28% from 167); Max value from RGB is 99 - color contains mainly: blue. Hex color #103463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103463 is #EFCB9C. Grayscale: #2E2E2E. Windows color (decimal): -15715229 or 6501392. OLE color: 6501392.

HSL color Cylindrical-coordinate representation of color #103463: hue angle of 213.98º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #103463 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 16 52 99 -
CMYK 0.84 0.47 0 0.61
HSL 213.98º 0.72% 0.23% -
HSV(B) 213.98º 0.84% 0.39% -
XYZ 3.69 3.47 12.28 -
YUV 46.59 157.57 106.18 -
System Red Green Blue C M Y K H S L
Decimal 16 52 99 0.84 0.47 0 0.61 213.98 0.72 0.23
Hex 10 34 63 54 2F 0 3D D6 48 17
Octal 20 64 143 124 57 0 75 326 110 27
Binary 10000 110100 1100011 1010100 101111 0 111101 11010110 1001000 10111

Color Harmonies of #103463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103463

Black with #103463

Text Example


Text Example

White with #103463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103463; }

 p { color: rgb(16,52,99); }

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

background-color css

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

 a { background-color: rgb(16,52,99); }

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

border-color css

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

 span { border-color: rgb(16,52,99); }

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