Html Css Color HEX #113A69 Prussian Blue

📋 copy color: '#113A69'

red 17 ◦ green 58 ◦ blue 105

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

Shades of Prussian Blue #113A69

Tints of Prussian Blue #113A69

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.22%

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

R = 9.44%
G = 32.22%
B = 58.33%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#113A69 (or 0x113A69) is known color: Prussian Blue. HEX triplet: 11, 3A and 69. RGB value is (17,58,105). Sum of RGB (Red+Green+Blue) = 17+58+105=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 105 (41.41% from 255 or 58.33% from 180); Max value from RGB is 105 - color contains mainly: blue. Hex color #113A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113A69 is #EEC596. Grayscale: #323232. Windows color (decimal): -15648151 or 6896145. OLE color: 6896145.

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

Color convert

RGB 17 58 105 -
CMYK 0.84 0.45 0 0.59
HSL 212.05º 0.72% 0.24% -
HSV(B) 212.05º 0.84% 0.41% -
XYZ 4.29 4.17 13.94 -
YUV 51.1 158.42 103.68 -
System Red Green Blue C M Y K H S L
Decimal 17 58 105 0.84 0.45 0 0.59 212.05 0.72 0.24
Hex 11 3A 69 54 2D 0 3B D4 48 18
Octal 21 72 151 124 55 0 73 324 110 30
Binary 10001 111010 1101001 1010100 101101 0 111011 11010100 1001000 11000

Color Harmonies of #113A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113A69

Black with #113A69

Text Example


Text Example

White with #113A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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