Html Css Color HEX #11335F Prussian Blue

📋 copy color: '#11335F'

red 17 ◦ green 51 ◦ blue 95

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

Shades of Prussian Blue #11335F

Tints of Prussian Blue #11335F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 58.28%

R = 10.43%
G = 31.29%
B = 58.28%

CMYK

 C value IS 0.82

 M value IS 0.46

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#11335F (or 0x11335F) is known color: Prussian Blue. HEX triplet: 11, 33 and 5F. RGB value is (17,51,95). Sum of RGB (Red+Green+Blue) = 17+51+95=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 95 (37.5% from 255 or 58.28% from 163); Max value from RGB is 95 - color contains mainly: blue. Hex color #11335F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11335F is #EECCA0. Grayscale: #2D2D2D. Windows color (decimal): -15649953 or 6238993. OLE color: 6238993.

HSL color Cylindrical-coordinate representation of color #11335F: hue angle of 213.85º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11335F is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 17 51 95 -
CMYK 0.82 0.46 0 0.63
HSL 213.85º 0.7% 0.22% -
HSV(B) 213.85º 0.82% 0.37% -
XYZ 3.48 3.31 11.28 -
YUV 45.85 155.74 107.42 -
System Red Green Blue C M Y K H S L
Decimal 17 51 95 0.82 0.46 0 0.63 213.85 0.7 0.22
Hex 11 33 5F 52 2E 0 3F D6 46 16
Octal 21 63 137 122 56 0 77 326 106 26
Binary 10001 110011 1011111 1010010 101110 0 111111 11010110 1000110 10110

Color Harmonies of #11335F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11335F

Black with #11335F

Text Example


Text Example

White with #11335F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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