Html Css Color HEX #11325D Prussian Blue

📋 copy color: '#11325D'

red 17 ◦ green 50 ◦ blue 93

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

Shades of Prussian Blue #11325D

Tints of Prussian Blue #11325D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.25%

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

R = 10.63%
G = 31.25%
B = 58.13%

CMYK

 C value IS 0.82

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11325D (or 0x11325D) is known color: Prussian Blue. HEX triplet: 11, 32 and 5D. RGB value is (17,50,93). Sum of RGB (Red+Green+Blue) = 17+50+93=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 93 (36.72% from 255 or 58.12% from 160); Max value from RGB is 93 - color contains mainly: blue. Hex color #11325D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11325D is #EECDA2. Grayscale: #2C2C2C. Windows color (decimal): -15650211 or 6107665. OLE color: 6107665.

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

Color convert

RGB 17 50 93 -
CMYK 0.82 0.46 0 0.64
HSL 213.95º 0.69% 0.22% -
HSV(B) 213.95º 0.82% 0.36% -
XYZ 3.35 3.19 10.8 -
YUV 45.04 155.07 108 -
System Red Green Blue C M Y K H S L
Decimal 17 50 93 0.82 0.46 0 0.64 213.95 0.69 0.22
Hex 11 32 5D 52 2E 0 40 D6 45 16
Octal 21 62 135 122 56 0 100 326 105 26
Binary 10001 110010 1011101 1010010 101110 0 1000000 11010110 1000101 10110

Color Harmonies of #11325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11325D

Black with #11325D

Text Example


Text Example

White with #11325D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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