Html Css Color HEX #103565 Prussian Blue

📋 copy color: '#103565'

red 16 ◦ green 53 ◦ blue 101

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

Shades of Prussian Blue #103565

Tints of Prussian Blue #103565

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.18%

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

R = 9.41%
G = 31.18%
B = 59.41%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#103565 (or 0x103565) is known color: Prussian Blue. HEX triplet: 10, 35 and 65. RGB value is (16,53,101). Sum of RGB (Red+Green+Blue) = 16+53+101=170 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.41% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 101 (39.84% from 255 or 59.41% from 170); Max value from RGB is 101 - color contains mainly: blue. Hex color #103565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103565 is #EFCA9A. Grayscale: #2F2F2F. Windows color (decimal): -15714971 or 6632720. OLE color: 6632720.

HSL color Cylindrical-coordinate representation of color #103565: hue angle of 213.88º 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 #103565 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 16 53 101 -
CMYK 0.84 0.48 0 0.60
HSL 213.88º 0.73% 0.23% -
HSV(B) 213.88º 0.84% 0.4% -
XYZ 3.84 3.6 12.8 -
YUV 47.41 158.24 105.6 -
System Red Green Blue C M Y K H S L
Decimal 16 53 101 0.84 0.48 0 0.60 213.88 0.73 0.23
Hex 10 35 65 54 30 0 3C D6 49 17
Octal 20 65 145 124 60 0 74 326 111 27
Binary 10000 110101 1100101 1010100 110000 0 111100 11010110 1001001 10111

Color Harmonies of #103565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103565

Black with #103565

Text Example


Text Example

White with #103565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103565; }

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

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

background-color css

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

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

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

border-color css

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

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

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