Html Css Color HEX #114169 Prussian Blue

📋 copy color: '#114169'

red 17 ◦ green 65 ◦ blue 105

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

Shades of Prussian Blue #114169

Tints of Prussian Blue #114169

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.76%

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

R = 9.09%
G = 34.76%
B = 56.15%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#114169 (or 0x114169) is known color: Prussian Blue. HEX triplet: 11, 41 and 69. RGB value is (17,65,105). Sum of RGB (Red+Green+Blue) = 17+65+105=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #114169 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114169 is #EEBE96. Grayscale: #373737. Windows color (decimal): -15646359 or 6897937. OLE color: 6897937.

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

Color convert

RGB 17 65 105 -
CMYK 0.84 0.38 0 0.59
HSL 207.27º 0.72% 0.24% -
HSV(B) 207.27º 0.84% 0.41% -
XYZ 4.67 4.92 14.07 -
YUV 55.21 156.1 100.75 -
System Red Green Blue C M Y K H S L
Decimal 17 65 105 0.84 0.38 0 0.59 207.27 0.72 0.24
Hex 11 41 69 54 26 0 3B CF 48 18
Octal 21 101 151 124 46 0 73 317 110 30
Binary 10001 1000001 1101001 1010100 100110 0 111011 11001111 1001000 11000

Color Harmonies of #114169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114169

Black with #114169

Text Example


Text Example

White with #114169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114169; }

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

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

background-color css

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

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

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

border-color css

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

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

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