Html Css Color HEX #113862 Prussian Blue

📋 copy color: '#113862'

red 17 ◦ green 56 ◦ blue 98

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

Shades of Prussian Blue #113862

Tints of Prussian Blue #113862

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.75%

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

R = 9.94%
G = 32.75%
B = 57.31%

CMYK

 C value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#113862 (or 0x113862) is known color: Prussian Blue. HEX triplet: 11, 38 and 62. RGB value is (17,56,98). Sum of RGB (Red+Green+Blue) = 17+56+98=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 98 (38.67% from 255 or 57.31% from 171); Max value from RGB is 98 - color contains mainly: blue. Hex color #113862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113862 is #EEC79D. Grayscale: #303030. Windows color (decimal): -15648670 or 6436881. OLE color: 6436881.

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

Color convert

RGB 17 56 98 -
CMYK 0.83 0.43 0 0.62
HSL 211.11º 0.7% 0.23% -
HSV(B) 211.11º 0.83% 0.38% -
XYZ 3.85 3.83 12.09 -
YUV 49.13 155.58 105.08 -
System Red Green Blue C M Y K H S L
Decimal 17 56 98 0.83 0.43 0 0.62 211.11 0.7 0.23
Hex 11 38 62 53 2B 0 3E D3 46 17
Octal 21 70 142 123 53 0 76 323 106 27
Binary 10001 111000 1100010 1010011 101011 0 111110 11010011 1000110 10111

Color Harmonies of #113862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113862

Black with #113862

Text Example


Text Example

White with #113862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113862; }

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

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

background-color css

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

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

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

border-color css

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

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

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