Html Css Color HEX #113362 Prussian Blue

📋 copy color: '#113362'

red 17 ◦ green 51 ◦ blue 98

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

Shades of Prussian Blue #113362

Tints of Prussian Blue #113362

RGB

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

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

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

R = 10.24%
G = 30.72%
B = 59.04%

CMYK

 C value IS 0.83

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#113362 (or 0x113362) is known color: Prussian Blue. HEX triplet: 11, 33 and 62. RGB value is (17,51,98). Sum of RGB (Red+Green+Blue) = 17+51+98=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 98 (38.67% from 255 or 59.04% from 166); Max value from RGB is 98 - color contains mainly: blue. Hex color #113362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113362 is #EECC9D. Grayscale: #2D2D2D. Windows color (decimal): -15649950 or 6435601. OLE color: 6435601.

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

Color convert

RGB 17 51 98 -
CMYK 0.83 0.48 0 0.62
HSL 214.81º 0.7% 0.23% -
HSV(B) 214.81º 0.83% 0.38% -
XYZ 3.62 3.37 12.01 -
YUV 46.19 157.24 107.18 -
System Red Green Blue C M Y K H S L
Decimal 17 51 98 0.83 0.48 0 0.62 214.81 0.7 0.23
Hex 11 33 62 53 30 0 3E D7 46 17
Octal 21 63 142 123 60 0 76 327 106 27
Binary 10001 110011 1100010 1010011 110000 0 111110 11010111 1000110 10111

Color Harmonies of #113362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113362

Black with #113362

Text Example


Text Example

White with #113362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113362; }

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

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

background-color css

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

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

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

border-color css

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

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

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