Html Css Color HEX #103865 Prussian Blue

📋 copy color: '#103865'

red 16 ◦ green 56 ◦ blue 101

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

Shades of Prussian Blue #103865

Tints of Prussian Blue #103865

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.37%

 BLUE value IS 101 (39.84% from 255) = 58.38%

R = 9.25%
G = 32.37%
B = 58.38%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#103865 (or 0x103865) is known color: Prussian Blue. HEX triplet: 10, 38 and 65. RGB value is (16,56,101). Sum of RGB (Red+Green+Blue) = 16+56+101=173 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.25% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 101 (39.84% from 255 or 58.38% from 173); Max value from RGB is 101 - color contains mainly: blue. Hex color #103865 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103865 is #EFC79A. Grayscale: #303030. Windows color (decimal): -15714203 or 6633488. OLE color: 6633488.

HSL color Cylindrical-coordinate representation of color #103865: hue angle of 211.76º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #103865 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 16 56 101 -
CMYK 0.84 0.45 0 0.60
HSL 211.76º 0.73% 0.23% -
HSV(B) 211.76º 0.84% 0.4% -
XYZ 3.98 3.88 12.85 -
YUV 49.17 157.25 104.34 -
System Red Green Blue C M Y K H S L
Decimal 16 56 101 0.84 0.45 0 0.60 211.76 0.73 0.23
Hex 10 38 65 54 2D 0 3C D4 49 17
Octal 20 70 145 124 55 0 74 324 111 27
Binary 10000 111000 1100101 1010100 101101 0 111100 11010100 1001001 10111

Color Harmonies of #103865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103865

Black with #103865

Text Example


Text Example

White with #103865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103865; }

 p { color: rgb(16,56,101); }

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

background-color css

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

 a { background-color: rgb(16,56,101); }

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

border-color css

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

 span { border-color: rgb(16,56,101); }

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