Html Css Color HEX #113869 Prussian Blue

📋 copy color: '#113869'

red 17 ◦ green 56 ◦ blue 105

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

Shades of Prussian Blue #113869

Tints of Prussian Blue #113869

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.46%

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

R = 9.55%
G = 31.46%
B = 58.99%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#113869 (or 0x113869) is known color: Prussian Blue. HEX triplet: 11, 38 and 69. RGB value is (17,56,105). Sum of RGB (Red+Green+Blue) = 17+56+105=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 105 (41.41% from 255 or 58.99% from 178); Max value from RGB is 105 - color contains mainly: blue. Hex color #113869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113869 is #EEC796. Grayscale: #313131. Windows color (decimal): -15648663 or 6895633. OLE color: 6895633.

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

Color convert

RGB 17 56 105 -
CMYK 0.84 0.47 0 0.59
HSL 213.41º 0.72% 0.24% -
HSV(B) 213.41º 0.84% 0.41% -
XYZ 4.2 3.97 13.91 -
YUV 49.93 159.08 104.52 -
System Red Green Blue C M Y K H S L
Decimal 17 56 105 0.84 0.47 0 0.59 213.41 0.72 0.24
Hex 11 38 69 54 2F 0 3B D5 48 18
Octal 21 70 151 124 57 0 73 325 110 30
Binary 10001 111000 1101001 1010100 101111 0 111011 11010101 1001000 11000

Color Harmonies of #113869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113869

Black with #113869

Text Example


Text Example

White with #113869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113869; }

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

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

background-color css

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

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

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

border-color css

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

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

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