Html Css Color HEX #11335C Prussian Blue

📋 copy color: '#11335C'

red 17 ◦ green 51 ◦ blue 92

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

Shades of Prussian Blue #11335C

Tints of Prussian Blue #11335C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 57.5%

R = 10.63%
G = 31.88%
B = 57.5%

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

#11335C (or 0x11335C) is known color: Prussian Blue. HEX triplet: 11, 33 and 5C. RGB value is (17,51,92). Sum of RGB (Red+Green+Blue) = 17+51+92=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 92 (36.33% from 255 or 57.5% from 160); Max value from RGB is 92 - color contains mainly: blue. Hex color #11335C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11335C is #EECCA3. Grayscale: #2D2D2D. Windows color (decimal): -15649956 or 6042385. OLE color: 6042385.

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

Color convert

RGB 17 51 92 -
CMYK 0.82 0.45 0 0.64
HSL 212.8º 0.69% 0.21% -
HSV(B) 212.8º 0.82% 0.36% -
XYZ 3.35 3.26 10.58 -
YUV 45.51 154.24 107.67 -
System Red Green Blue C M Y K H S L
Decimal 17 51 92 0.82 0.45 0 0.64 212.8 0.69 0.21
Hex 11 33 5C 52 2D 0 40 D5 45 15
Octal 21 63 134 122 55 0 100 325 105 25
Binary 10001 110011 1011100 1010010 101101 0 1000000 11010101 1000101 10101

Color Harmonies of #11335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11335C

Black with #11335C

Text Example


Text Example

White with #11335C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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