Html Css Color HEX #11356A Prussian Blue

📋 copy color: '#11356A'

red 17 ◦ green 53 ◦ blue 106

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

Shades of Prussian Blue #11356A

Tints of Prussian Blue #11356A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 60.23%

R = 9.66%
G = 30.11%
B = 60.23%

CMYK

 C value IS 0.84

 M value IS 0.5

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11356A (or 0x11356A) is known color: Prussian Blue. HEX triplet: 11, 35 and 6A. RGB value is (17,53,106). Sum of RGB (Red+Green+Blue) = 17+53+106=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 106 (41.80% from 255 or 60.23% from 176); Max value from RGB is 106 - color contains mainly: blue. Hex color #11356A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11356A is #EECA95. Grayscale: #303030. Windows color (decimal): -15649430 or 6960401. OLE color: 6960401.

HSL color Cylindrical-coordinate representation of color #11356A: hue angle of 215.73º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11356A is Cyan = 0.84, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 53 106 -
CMYK 0.84 0.5 0 0.58
HSL 215.73º 0.72% 0.24% -
HSV(B) 215.73º 0.84% 0.42% -
XYZ 4.11 3.71 14.13 -
YUV 48.28 160.57 105.69 -
System Red Green Blue C M Y K H S L
Decimal 17 53 106 0.84 0.5 0 0.58 215.73 0.72 0.24
Hex 11 35 6A 54 32 0 3A D8 48 18
Octal 21 65 152 124 62 0 72 330 110 30
Binary 10001 110101 1101010 1010100 110010 0 111010 11011000 1001000 11000

Color Harmonies of #11356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11356A

Black with #11356A

Text Example


Text Example

White with #11356A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11356A; }

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

 H1.HeaderClassName
 {
   color: #11356A;
 }
 .AnyTagClassName
 {
   color: #11356A;
 }
</style>

background-color css

<style>
 a { background-color: #11356A; }

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

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

border-color css

<style>
 span { border-color: #11356A; }

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

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