Html Css Color HEX #103461 Prussian Blue

📋 copy color: '#103461'

red 16 ◦ green 52 ◦ blue 97

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

Shades of Prussian Blue #103461

Tints of Prussian Blue #103461

RGB

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

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

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

R = 9.7%
G = 31.52%
B = 58.79%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#103461 (or 0x103461) is known color: Prussian Blue. HEX triplet: 10, 34 and 61. RGB value is (16,52,97). Sum of RGB (Red+Green+Blue) = 16+52+97=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 97 (38.28% from 255 or 58.79% from 165); Max value from RGB is 97 - color contains mainly: blue. Hex color #103461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103461 is #EFCB9E. Grayscale: #2E2E2E. Windows color (decimal): -15715231 or 6370320. OLE color: 6370320.

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

Color convert

RGB 16 52 97 -
CMYK 0.84 0.46 0 0.62
HSL 213.33º 0.72% 0.22% -
HSV(B) 213.33º 0.84% 0.38% -
XYZ 3.6 3.43 11.78 -
YUV 46.37 156.57 106.34 -
System Red Green Blue C M Y K H S L
Decimal 16 52 97 0.84 0.46 0 0.62 213.33 0.72 0.22
Hex 10 34 61 54 2E 0 3E D5 48 16
Octal 20 64 141 124 56 0 76 325 110 26
Binary 10000 110100 1100001 1010100 101110 0 111110 11010101 1001000 10110

Color Harmonies of #103461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103461

Black with #103461

Text Example


Text Example

White with #103461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103461; }

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

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

background-color css

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

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

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

border-color css

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

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

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