Html Css Color HEX #11386E Prussian Blue

📋 copy color: '#11386E'

red 17 ◦ green 56 ◦ blue 110

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

Shades of Prussian Blue #11386E

Tints of Prussian Blue #11386E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 60.11%

R = 9.29%
G = 30.6%
B = 60.11%

CMYK

 C value IS 0.85

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#11386E (or 0x11386E) is known color: Prussian Blue. HEX triplet: 11, 38 and 6E. RGB value is (17,56,110). Sum of RGB (Red+Green+Blue) = 17+56+110=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 110 (43.36% from 255 or 60.11% from 183); Max value from RGB is 110 - color contains mainly: blue. Hex color #11386E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11386E is #EEC791. Grayscale: #323232. Windows color (decimal): -15648658 or 7223313. OLE color: 7223313.

HSL color Cylindrical-coordinate representation of color #11386E: hue angle of 214.84º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11386E is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 56 110 -
CMYK 0.85 0.49 0 0.57
HSL 214.84º 0.73% 0.25% -
HSV(B) 214.84º 0.85% 0.43% -
XYZ 4.46 4.07 15.3 -
YUV 50.5 161.58 104.11 -
System Red Green Blue C M Y K H S L
Decimal 17 56 110 0.85 0.49 0 0.57 214.84 0.73 0.25
Hex 11 38 6E 55 31 0 39 D7 49 19
Octal 21 70 156 125 61 0 71 327 111 31
Binary 10001 111000 1101110 1010101 110001 0 111001 11010111 1001001 11001

Color Harmonies of #11386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11386E

Black with #11386E

Text Example


Text Example

White with #11386E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11386E; }

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

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

background-color css

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

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

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

border-color css

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

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

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