Html Css Color HEX #113B69 Prussian Blue

📋 copy color: '#113B69'

red 17 ◦ green 59 ◦ blue 105

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

Shades of Prussian Blue #113B69

Tints of Prussian Blue #113B69

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.6%

 BLUE value IS 105 (41.41% from 255) = 58.01%

R = 9.39%
G = 32.6%
B = 58.01%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#113B69 (or 0x113B69) is known color: Prussian Blue. HEX triplet: 11, 3B and 69. RGB value is (17,59,105). Sum of RGB (Red+Green+Blue) = 17+59+105=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 59 (23.44% from 255 or 32.60% from 181); Blue value is 105 (41.41% from 255 or 58.01% from 181); Max value from RGB is 105 - color contains mainly: blue. Hex color #113B69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113B69 is #EEC496. Grayscale: #333333. Windows color (decimal): -15647895 or 6896401. OLE color: 6896401.

HSL color Cylindrical-coordinate representation of color #113B69: hue angle of 211.36º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #113B69 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 59 105 -
CMYK 0.84 0.44 0 0.59
HSL 211.36º 0.72% 0.24% -
HSV(B) 211.36º 0.84% 0.41% -
XYZ 4.34 4.27 13.96 -
YUV 51.69 158.09 103.26 -
System Red Green Blue C M Y K H S L
Decimal 17 59 105 0.84 0.44 0 0.59 211.36 0.72 0.24
Hex 11 3B 69 54 2C 0 3B D3 48 18
Octal 21 73 151 124 54 0 73 323 110 30
Binary 10001 111011 1101001 1010100 101100 0 111011 11010011 1001000 11000

Color Harmonies of #113B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113B69

Black with #113B69

Text Example


Text Example

White with #113B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113B69; }

 p { color: rgb(17,59,105); }

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

background-color css

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

 a { background-color: rgb(17,59,105); }

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

border-color css

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

 span { border-color: rgb(17,59,105); }

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