Html Css Color HEX #113D69 Prussian Blue

📋 copy color: '#113D69'

red 17 ◦ green 61 ◦ blue 105

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

Shades of Prussian Blue #113D69

Tints of Prussian Blue #113D69

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.33%

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

R = 9.29%
G = 33.33%
B = 57.38%

CMYK

 C value IS 0.84

 M value IS 0.42

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#113D69 (or 0x113D69) is known color: Prussian Blue. HEX triplet: 11, 3D and 69. RGB value is (17,61,105). Sum of RGB (Red+Green+Blue) = 17+61+105=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #113D69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113D69 is #EEC296. Grayscale: #343434. Windows color (decimal): -15647383 or 6896913. OLE color: 6896913.

HSL color Cylindrical-coordinate representation of color #113D69: hue angle of 210º 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 #113D69 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 61 105 -
CMYK 0.84 0.42 0 0.59
HSL 210º 0.72% 0.24% -
HSV(B) 210º 0.84% 0.41% -
XYZ 4.45 4.48 13.99 -
YUV 52.86 157.42 102.42 -
System Red Green Blue C M Y K H S L
Decimal 17 61 105 0.84 0.42 0 0.59 210 0.72 0.24
Hex 11 3D 69 54 2A 0 3B D2 48 18
Octal 21 75 151 124 52 0 73 322 110 30
Binary 10001 111101 1101001 1010100 101010 0 111011 11010010 1001000 11000

Color Harmonies of #113D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113D69

Black with #113D69

Text Example


Text Example

White with #113D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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