Html Css Color HEX #113562 Prussian Blue

📋 copy color: '#113562'

red 17 ◦ green 53 ◦ blue 98

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

Shades of Prussian Blue #113562

Tints of Prussian Blue #113562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 58.33%

R = 10.12%
G = 31.55%
B = 58.33%

CMYK

 C value IS 0.83

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#113562 (or 0x113562) is known color: Prussian Blue. HEX triplet: 11, 35 and 62. RGB value is (17,53,98). Sum of RGB (Red+Green+Blue) = 17+53+98=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 98 (38.67% from 255 or 58.33% from 168); Max value from RGB is 98 - color contains mainly: blue. Hex color #113562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113562 is #EECA9D. Grayscale: #2F2F2F. Windows color (decimal): -15649438 or 6436113. OLE color: 6436113.

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

Color convert

RGB 17 53 98 -
CMYK 0.83 0.46 0 0.62
HSL 213.33º 0.7% 0.23% -
HSV(B) 213.33º 0.83% 0.38% -
XYZ 3.71 3.55 12.04 -
YUV 47.37 156.57 106.34 -
System Red Green Blue C M Y K H S L
Decimal 17 53 98 0.83 0.46 0 0.62 213.33 0.7 0.23
Hex 11 35 62 53 2E 0 3E D5 46 17
Octal 21 65 142 123 56 0 76 325 106 27
Binary 10001 110101 1100010 1010011 101110 0 111110 11010101 1000110 10111

Color Harmonies of #113562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113562

Black with #113562

Text Example


Text Example

White with #113562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113562; }

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

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

background-color css

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

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

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

border-color css

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

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

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