Html Css Color HEX #113762 Prussian Blue

📋 copy color: '#113762'

red 17 ◦ green 55 ◦ blue 98

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

Shades of Prussian Blue #113762

Tints of Prussian Blue #113762

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.35%

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

R = 10%
G = 32.35%
B = 57.65%

CMYK

 C value IS 0.83

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#113762 (or 0x113762) is known color: Prussian Blue. HEX triplet: 11, 37 and 62. RGB value is (17,55,98). Sum of RGB (Red+Green+Blue) = 17+55+98=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #113762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113762 is #EEC89D. Grayscale: #303030. Windows color (decimal): -15648926 or 6436625. OLE color: 6436625.

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

Color convert

RGB 17 55 98 -
CMYK 0.83 0.44 0 0.62
HSL 211.85º 0.7% 0.23% -
HSV(B) 211.85º 0.83% 0.38% -
XYZ 3.8 3.73 12.08 -
YUV 48.54 155.91 105.5 -
System Red Green Blue C M Y K H S L
Decimal 17 55 98 0.83 0.44 0 0.62 211.85 0.7 0.23
Hex 11 37 62 53 2C 0 3E D4 46 17
Octal 21 67 142 123 54 0 76 324 106 27
Binary 10001 110111 1100010 1010011 101100 0 111110 11010100 1000110 10111

Color Harmonies of #113762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113762

Black with #113762

Text Example


Text Example

White with #113762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113762; }

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

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

background-color css

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

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

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

border-color css

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

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

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