Html Css Color HEX #11335D Prussian Blue

📋 copy color: '#11335D'

red 17 ◦ green 51 ◦ blue 93

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

Shades of Prussian Blue #11335D

Tints of Prussian Blue #11335D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.68%

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

R = 10.56%
G = 31.68%
B = 57.76%

CMYK

 C value IS 0.82

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11335D (or 0x11335D) is known color: Prussian Blue. HEX triplet: 11, 33 and 5D. RGB value is (17,51,93). Sum of RGB (Red+Green+Blue) = 17+51+93=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 93 (36.72% from 255 or 57.76% from 161); Max value from RGB is 93 - color contains mainly: blue. Hex color #11335D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11335D is #EECCA2. Grayscale: #2D2D2D. Windows color (decimal): -15649955 or 6107921. OLE color: 6107921.

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

Color convert

RGB 17 51 93 -
CMYK 0.82 0.45 0 0.64
HSL 213.16º 0.69% 0.22% -
HSV(B) 213.16º 0.82% 0.36% -
XYZ 3.39 3.28 10.81 -
YUV 45.62 154.74 107.58 -
System Red Green Blue C M Y K H S L
Decimal 17 51 93 0.82 0.45 0 0.64 213.16 0.69 0.22
Hex 11 33 5D 52 2D 0 40 D5 45 16
Octal 21 63 135 122 55 0 100 325 105 26
Binary 10001 110011 1011101 1010010 101101 0 1000000 11010101 1000101 10110

Color Harmonies of #11335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11335D

Black with #11335D

Text Example


Text Example

White with #11335D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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