Html Css Color HEX #103561 Prussian Blue

📋 copy color: '#103561'

red 16 ◦ green 53 ◦ blue 97

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

Shades of Prussian Blue #103561

Tints of Prussian Blue #103561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 58.43%

R = 9.64%
G = 31.93%
B = 58.43%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#103561 (or 0x103561) is known color: Prussian Blue. HEX triplet: 10, 35 and 61. RGB value is (16,53,97). Sum of RGB (Red+Green+Blue) = 16+53+97=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 97 (38.28% from 255 or 58.43% from 166); Max value from RGB is 97 - color contains mainly: blue. Hex color #103561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103561 is #EFCA9E. Grayscale: #2E2E2E. Windows color (decimal): -15714975 or 6370576. OLE color: 6370576.

HSL color Cylindrical-coordinate representation of color #103561: hue angle of 212.59º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #103561 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 53 97 -
CMYK 0.84 0.45 0 0.62
HSL 212.59º 0.72% 0.22% -
HSV(B) 212.59º 0.84% 0.38% -
XYZ 3.64 3.52 11.8 -
YUV 46.95 156.24 105.92 -
System Red Green Blue C M Y K H S L
Decimal 16 53 97 0.84 0.45 0 0.62 212.59 0.72 0.22
Hex 10 35 61 54 2D 0 3E D5 48 16
Octal 20 65 141 124 55 0 76 325 110 26
Binary 10000 110101 1100001 1010100 101101 0 111110 11010101 1001000 10110

Color Harmonies of #103561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103561

Black with #103561

Text Example


Text Example

White with #103561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103561; }

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

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

background-color css

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

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

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

border-color css

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

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

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