Html Css Color HEX #113866 Prussian Blue

📋 copy color: '#113866'

red 17 ◦ green 56 ◦ blue 102

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

Shades of Prussian Blue #113866

Tints of Prussian Blue #113866

RGB

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

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

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

R = 9.71%
G = 32%
B = 58.29%

CMYK

 C value IS 0.83

 M value IS 0.45

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#113866 (or 0x113866) is known color: Prussian Blue. HEX triplet: 11, 38 and 66. RGB value is (17,56,102). Sum of RGB (Red+Green+Blue) = 17+56+102=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 102 (40.23% from 255 or 58.29% from 175); Max value from RGB is 102 - color contains mainly: blue. Hex color #113866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113866 is #EEC799. Grayscale: #313131. Windows color (decimal): -15648666 or 6699025. OLE color: 6699025.

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

Color convert

RGB 17 56 102 -
CMYK 0.83 0.45 0 0.6
HSL 212.47º 0.71% 0.23% -
HSV(B) 212.47º 0.83% 0.4% -
XYZ 4.04 3.91 13.11 -
YUV 49.58 157.58 104.76 -
System Red Green Blue C M Y K H S L
Decimal 17 56 102 0.83 0.45 0 0.6 212.47 0.71 0.23
Hex 11 38 66 53 2D 0 3C D4 47 17
Octal 21 70 146 123 55 0 74 324 107 27
Binary 10001 111000 1100110 1010011 101101 0 111100 11010100 1000111 10111

Color Harmonies of #113866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113866

Black with #113866

Text Example


Text Example

White with #113866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113866; }

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

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

background-color css

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

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

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

border-color css

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

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

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