Html Css Color HEX #113468 Prussian Blue

📋 copy color: '#113468'

red 17 ◦ green 52 ◦ blue 104

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

Shades of Prussian Blue #113468

Tints of Prussian Blue #113468

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.06%

 BLUE value IS 104 (41.02% from 255) = 60.12%

R = 9.83%
G = 30.06%
B = 60.12%

CMYK

 C value IS 0.84

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#113468 (or 0x113468) is known color: Prussian Blue. HEX triplet: 11, 34 and 68. RGB value is (17,52,104). Sum of RGB (Red+Green+Blue) = 17+52+104=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 104 (41.02% from 255 or 60.12% from 173); Max value from RGB is 104 - color contains mainly: blue. Hex color #113468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113468 is #EECB97. Grayscale: #2F2F2F. Windows color (decimal): -15649688 or 6829073. OLE color: 6829073.

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

Color convert

RGB 17 52 104 -
CMYK 0.84 0.50 0 0.59
HSL 215.86º 0.72% 0.24% -
HSV(B) 215.86º 0.84% 0.41% -
XYZ 3.96 3.57 13.58 -
YUV 47.46 159.9 106.27 -
System Red Green Blue C M Y K H S L
Decimal 17 52 104 0.84 0.50 0 0.59 215.86 0.72 0.24
Hex 11 34 68 54 32 0 3B D8 48 18
Octal 21 64 150 124 62 0 73 330 110 30
Binary 10001 110100 1101000 1010100 110010 0 111011 11011000 1001000 11000

Color Harmonies of #113468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113468

Black with #113468

Text Example


Text Example

White with #113468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113468; }

 p { color: rgb(17,52,104); }

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

background-color css

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

 a { background-color: rgb(17,52,104); }

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

border-color css

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

 span { border-color: rgb(17,52,104); }

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