Html Css Color HEX #113B66 Prussian Blue

📋 copy color: '#113B66'

red 17 ◦ green 59 ◦ blue 102

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

Shades of Prussian Blue #113B66

Tints of Prussian Blue #113B66

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.15%

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

R = 9.55%
G = 33.15%
B = 57.3%

CMYK

 C value IS 0.83

 M value IS 0.42

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#113B66 (or 0x113B66) is known color: Prussian Blue. HEX triplet: 11, 3B and 66. RGB value is (17,59,102). Sum of RGB (Red+Green+Blue) = 17+59+102=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 59 (23.44% from 255 or 33.15% from 178); Blue value is 102 (40.23% from 255 or 57.30% from 178); Max value from RGB is 102 - color contains mainly: blue. Hex color #113B66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113B66 is #EEC499. Grayscale: #333333. Windows color (decimal): -15647898 or 6699793. OLE color: 6699793.

HSL color Cylindrical-coordinate representation of color #113B66: hue angle of 210.35º 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 #113B66 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 17 59 102 -
CMYK 0.83 0.42 0 0.6
HSL 210.35º 0.71% 0.23% -
HSV(B) 210.35º 0.83% 0.4% -
XYZ 4.19 4.21 13.16 -
YUV 51.34 156.59 103.5 -
System Red Green Blue C M Y K H S L
Decimal 17 59 102 0.83 0.42 0 0.6 210.35 0.71 0.23
Hex 11 3B 66 53 2A 0 3C D2 47 17
Octal 21 73 146 123 52 0 74 322 107 27
Binary 10001 111011 1100110 1010011 101010 0 111100 11010010 1000111 10111

Color Harmonies of #113B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113B66

Black with #113B66

Text Example


Text Example

White with #113B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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