Html Css Color HEX #113360 Prussian Blue

📋 copy color: '#113360'

red 17 ◦ green 51 ◦ blue 96

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

Shades of Prussian Blue #113360

Tints of Prussian Blue #113360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 58.54%

R = 10.37%
G = 31.1%
B = 58.54%

CMYK

 C value IS 0.82

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#113360 (or 0x113360) is known color: Prussian Blue. HEX triplet: 11, 33 and 60. RGB value is (17,51,96). Sum of RGB (Red+Green+Blue) = 17+51+96=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 96 (37.89% from 255 or 58.54% from 164); Max value from RGB is 96 - color contains mainly: blue. Hex color #113360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113360 is #EECC9F. Grayscale: #2D2D2D. Windows color (decimal): -15649952 or 6304529. OLE color: 6304529.

HSL color Cylindrical-coordinate representation of color #113360: hue angle of 214.18º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #113360 is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 51 96 -
CMYK 0.82 0.47 0 0.62
HSL 214.18º 0.7% 0.22% -
HSV(B) 214.18º 0.82% 0.38% -
XYZ 3.53 3.33 11.52 -
YUV 45.96 156.24 107.34 -
System Red Green Blue C M Y K H S L
Decimal 17 51 96 0.82 0.47 0 0.62 214.18 0.7 0.22
Hex 11 33 60 52 2F 0 3E D6 46 16
Octal 21 63 140 122 57 0 76 326 106 26
Binary 10001 110011 1100000 1010010 101111 0 111110 11010110 1000110 10110

Color Harmonies of #113360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113360

Black with #113360

Text Example


Text Example

White with #113360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113360; }

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

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

background-color css

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

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

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

border-color css

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

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

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