Html Css Color HEX #11355D Prussian Blue

📋 copy color: '#11355D'

red 17 ◦ green 53 ◦ blue 93

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

Shades of Prussian Blue #11355D

Tints of Prussian Blue #11355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.52%

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

R = 10.43%
G = 32.52%
B = 57.06%

CMYK

 C value IS 0.82

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11355D (or 0x11355D) is known color: Prussian Blue. HEX triplet: 11, 35 and 5D. RGB value is (17,53,93). Sum of RGB (Red+Green+Blue) = 17+53+93=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #11355D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11355D is #EECAA2. Grayscale: #2E2E2E. Windows color (decimal): -15649443 or 6108433. OLE color: 6108433.

HSL color Cylindrical-coordinate representation of color #11355D: hue angle of 211.58º 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 #11355D is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 53 93 -
CMYK 0.82 0.43 0 0.64
HSL 211.58º 0.69% 0.22% -
HSV(B) 211.58º 0.82% 0.36% -
XYZ 3.48 3.46 10.84 -
YUV 46.8 154.07 106.75 -
System Red Green Blue C M Y K H S L
Decimal 17 53 93 0.82 0.43 0 0.64 211.58 0.69 0.22
Hex 11 35 5D 52 2B 0 40 D4 45 16
Octal 21 65 135 122 53 0 100 324 105 26
Binary 10001 110101 1011101 1010010 101011 0 1000000 11010100 1000101 10110

Color Harmonies of #11355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11355D

Black with #11355D

Text Example


Text Example

White with #11355D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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