Html Css Color HEX #11345C Prussian Blue

📋 copy color: '#11345C'

red 17 ◦ green 52 ◦ blue 92

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

Shades of Prussian Blue #11345C

Tints of Prussian Blue #11345C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.3%

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

R = 10.56%
G = 32.3%
B = 57.14%

CMYK

 C value IS 0.82

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#11345C (or 0x11345C) is known color: Prussian Blue. HEX triplet: 11, 34 and 5C. RGB value is (17,52,92). Sum of RGB (Red+Green+Blue) = 17+52+92=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 92 (36.33% from 255 or 57.14% from 161); Max value from RGB is 92 - color contains mainly: blue. Hex color #11345C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11345C is #EECBA3. Grayscale: #2D2D2D. Windows color (decimal): -15649700 or 6042641. OLE color: 6042641.

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

Color convert

RGB 17 52 92 -
CMYK 0.82 0.43 0 0.64
HSL 212º 0.69% 0.21% -
HSV(B) 212º 0.82% 0.36% -
XYZ 3.39 3.35 10.59 -
YUV 46.1 153.9 107.25 -
System Red Green Blue C M Y K H S L
Decimal 17 52 92 0.82 0.43 0 0.64 212 0.69 0.21
Hex 11 34 5C 52 2B 0 40 D4 45 15
Octal 21 64 134 122 53 0 100 324 105 25
Binary 10001 110100 1011100 1010010 101011 0 1000000 11010100 1000101 10101

Color Harmonies of #11345C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11345C

Black with #11345C

Text Example


Text Example

White with #11345C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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