Html Css Color HEX #113461 Prussian Blue

📋 copy color: '#113461'

red 17 ◦ green 52 ◦ blue 97

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

Shades of Prussian Blue #113461

Tints of Prussian Blue #113461

RGB

 RED value IS 17 (7.03% from 255) = 10.24%

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

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

R = 10.24%
G = 31.33%
B = 58.43%

CMYK

 C value IS 0.82

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#113461 (or 0x113461) is known color: Prussian Blue. HEX triplet: 11, 34 and 61. RGB value is (17,52,97). Sum of RGB (Red+Green+Blue) = 17+52+97=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 52 (20.70% from 255 or 31.33% 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 #113461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113461 is #EECB9E. Grayscale: #2E2E2E. Windows color (decimal): -15649695 or 6370321. OLE color: 6370321.

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

Color convert

RGB 17 52 97 -
CMYK 0.82 0.46 0 0.62
HSL 213.75º 0.7% 0.22% -
HSV(B) 213.75º 0.82% 0.38% -
XYZ 3.62 3.44 11.78 -
YUV 46.67 156.4 106.84 -
System Red Green Blue C M Y K H S L
Decimal 17 52 97 0.82 0.46 0 0.62 213.75 0.7 0.22
Hex 11 34 61 52 2E 0 3E D6 46 16
Octal 21 64 141 122 56 0 76 326 106 26
Binary 10001 110100 1100001 1010010 101110 0 111110 11010110 1000110 10110

Color Harmonies of #113461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113461

Black with #113461

Text Example


Text Example

White with #113461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113461; }

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

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

background-color css

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

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

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

border-color css

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

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

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