Html Css Color HEX #113661 Prussian Blue

📋 copy color: '#113661'

red 17 ◦ green 54 ◦ blue 97

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

Shades of Prussian Blue #113661

Tints of Prussian Blue #113661

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.14%

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

R = 10.12%
G = 32.14%
B = 57.74%

CMYK

 C value IS 0.82

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#113661 (or 0x113661) is known color: Prussian Blue. HEX triplet: 11, 36 and 61. RGB value is (17,54,97). Sum of RGB (Red+Green+Blue) = 17+54+97=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 97 (38.28% from 255 or 57.74% from 168); Max value from RGB is 97 - color contains mainly: blue. Hex color #113661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113661 is #EEC99E. Grayscale: #2F2F2F. Windows color (decimal): -15649183 or 6370833. OLE color: 6370833.

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

Color convert

RGB 17 54 97 -
CMYK 0.82 0.44 0 0.62
HSL 212.25º 0.7% 0.22% -
HSV(B) 212.25º 0.82% 0.38% -
XYZ 3.71 3.62 11.81 -
YUV 47.84 155.74 106 -
System Red Green Blue C M Y K H S L
Decimal 17 54 97 0.82 0.44 0 0.62 212.25 0.7 0.22
Hex 11 36 61 52 2C 0 3E D4 46 16
Octal 21 66 141 122 54 0 76 324 106 26
Binary 10001 110110 1100001 1010010 101100 0 111110 11010100 1000110 10110

Color Harmonies of #113661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113661

Black with #113661

Text Example


Text Example

White with #113661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113661; }

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

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

background-color css

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

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

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

border-color css

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

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

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