Html Css Color HEX #113466 Prussian Blue

📋 copy color: '#113466'

red 17 ◦ green 52 ◦ blue 102

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

Shades of Prussian Blue #113466

Tints of Prussian Blue #113466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 59.65%

R = 9.94%
G = 30.41%
B = 59.65%

CMYK

 C value IS 0.83

 M value IS 0.49

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#113466 (or 0x113466) is known color: Prussian Blue. HEX triplet: 11, 34 and 66. RGB value is (17,52,102). Sum of RGB (Red+Green+Blue) = 17+52+102=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 102 (40.23% from 255 or 59.65% from 171); Max value from RGB is 102 - color contains mainly: blue. Hex color #113466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113466 is #EECB99. Grayscale: #2F2F2F. Windows color (decimal): -15649690 or 6698001. OLE color: 6698001.

HSL color Cylindrical-coordinate representation of color #113466: hue angle of 215.29º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #113466 is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 17 52 102 -
CMYK 0.83 0.49 0 0.6
HSL 215.29º 0.71% 0.23% -
HSV(B) 215.29º 0.83% 0.4% -
XYZ 3.86 3.53 13.05 -
YUV 47.24 158.9 106.43 -
System Red Green Blue C M Y K H S L
Decimal 17 52 102 0.83 0.49 0 0.6 215.29 0.71 0.23
Hex 11 34 66 53 31 0 3C D7 47 17
Octal 21 64 146 123 61 0 74 327 107 27
Binary 10001 110100 1100110 1010011 110001 0 111100 11010111 1000111 10111

Color Harmonies of #113466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113466

Black with #113466

Text Example


Text Example

White with #113466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113466; }

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

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

background-color css

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

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

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

border-color css

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

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

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