Html Css Color HEX #113C69 Prussian Blue

📋 copy color: '#113C69'

red 17 ◦ green 60 ◦ blue 105

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

Shades of Prussian Blue #113C69

Tints of Prussian Blue #113C69

RGB

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

 GREEN value IS 60 (23.83% from 255) = 32.97%

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

R = 9.34%
G = 32.97%
B = 57.69%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#113C69 (or 0x113C69) is known color: Prussian Blue. HEX triplet: 11, 3C and 69. RGB value is (17,60,105). Sum of RGB (Red+Green+Blue) = 17+60+105=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 60 (23.83% from 255 or 32.97% from 182); Blue value is 105 (41.41% from 255 or 57.69% from 182); Max value from RGB is 105 - color contains mainly: blue. Hex color #113C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C69 is #EEC396. Grayscale: #343434. Windows color (decimal): -15647639 or 6896657. OLE color: 6896657.

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

Color convert

RGB 17 60 105 -
CMYK 0.84 0.43 0 0.59
HSL 210.68º 0.72% 0.24% -
HSV(B) 210.68º 0.84% 0.41% -
XYZ 4.4 4.37 13.98 -
YUV 52.27 157.75 102.84 -
System Red Green Blue C M Y K H S L
Decimal 17 60 105 0.84 0.43 0 0.59 210.68 0.72 0.24
Hex 11 3C 69 54 2B 0 3B D3 48 18
Octal 21 74 151 124 53 0 73 323 110 30
Binary 10001 111100 1101001 1010100 101011 0 111011 11010011 1001000 11000

Color Harmonies of #113C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113C69

Black with #113C69

Text Example


Text Example

White with #113C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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