Html Css Color HEX #113260 Prussian Blue

📋 copy color: '#113260'

red 17 ◦ green 50 ◦ blue 96

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

Shades of Prussian Blue #113260

Tints of Prussian Blue #113260

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.67%

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

R = 10.43%
G = 30.67%
B = 58.9%

CMYK

 C value IS 0.82

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#113260 (or 0x113260) is known color: Prussian Blue. HEX triplet: 11, 32 and 60. RGB value is (17,50,96). Sum of RGB (Red+Green+Blue) = 17+50+96=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 96 (37.89% from 255 or 58.90% from 163); Max value from RGB is 96 - color contains mainly: blue. Hex color #113260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113260 is #EECD9F. Grayscale: #2D2D2D. Windows color (decimal): -15650208 or 6304273. OLE color: 6304273.

HSL color Cylindrical-coordinate representation of color #113260: hue angle of 214.94º 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 #113260 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 50 96 -
CMYK 0.82 0.48 0 0.62
HSL 214.94º 0.7% 0.22% -
HSV(B) 214.94º 0.82% 0.38% -
XYZ 3.48 3.24 11.51 -
YUV 45.38 156.57 107.76 -
System Red Green Blue C M Y K H S L
Decimal 17 50 96 0.82 0.48 0 0.62 214.94 0.7 0.22
Hex 11 32 60 52 30 0 3E D7 46 16
Octal 21 62 140 122 60 0 76 327 106 26
Binary 10001 110010 1100000 1010010 110000 0 111110 11010111 1000110 10110

Color Harmonies of #113260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113260

Black with #113260

Text Example


Text Example

White with #113260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113260; }

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

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

background-color css

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

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

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

border-color css

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

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

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