Html Css Color HEX #11345D Prussian Blue

📋 copy color: '#11345D'

red 17 ◦ green 52 ◦ blue 93

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

Shades of Prussian Blue #11345D

Tints of Prussian Blue #11345D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 57.41%

R = 10.49%
G = 32.1%
B = 57.41%

CMYK

 C value IS 0.82

 M value IS 0.44

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11345D (or 0x11345D) is known color: Prussian Blue. HEX triplet: 11, 34 and 5D. RGB value is (17,52,93). Sum of RGB (Red+Green+Blue) = 17+52+93=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 93 (36.72% from 255 or 57.41% from 162); Max value from RGB is 93 - color contains mainly: blue. Hex color #11345D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11345D is #EECBA2. Grayscale: #2E2E2E. Windows color (decimal): -15649699 or 6108177. OLE color: 6108177.

HSL color Cylindrical-coordinate representation of color #11345D: hue angle of 212.37º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11345D is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 52 93 -
CMYK 0.82 0.44 0 0.64
HSL 212.37º 0.69% 0.22% -
HSV(B) 212.37º 0.82% 0.36% -
XYZ 3.43 3.37 10.82 -
YUV 46.21 154.4 107.17 -
System Red Green Blue C M Y K H S L
Decimal 17 52 93 0.82 0.44 0 0.64 212.37 0.69 0.22
Hex 11 34 5D 52 2C 0 40 D4 45 16
Octal 21 64 135 122 54 0 100 324 105 26
Binary 10001 110100 1011101 1010010 101100 0 1000000 11010100 1000101 10110

Color Harmonies of #11345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11345D

Black with #11345D

Text Example


Text Example

White with #11345D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11345D; }

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

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

background-color css

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

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

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

border-color css

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

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

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