Html Css Color HEX #113462 Prussian Blue

📋 copy color: '#113462'

red 17 ◦ green 52 ◦ blue 98

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

Shades of Prussian Blue #113462

Tints of Prussian Blue #113462

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.14%

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

R = 10.18%
G = 31.14%
B = 58.68%

CMYK

 C value IS 0.83

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#113462 (or 0x113462) is known color: Prussian Blue. HEX triplet: 11, 34 and 62. RGB value is (17,52,98). Sum of RGB (Red+Green+Blue) = 17+52+98=167 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.18% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 98 (38.67% from 255 or 58.68% from 167); Max value from RGB is 98 - color contains mainly: blue. Hex color #113462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113462 is #EECB9D. Grayscale: #2E2E2E. Windows color (decimal): -15649694 or 6435857. OLE color: 6435857.

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

Color convert

RGB 17 52 98 -
CMYK 0.83 0.47 0 0.62
HSL 214.07º 0.7% 0.23% -
HSV(B) 214.07º 0.83% 0.38% -
XYZ 3.66 3.46 12.03 -
YUV 46.78 156.9 106.76 -
System Red Green Blue C M Y K H S L
Decimal 17 52 98 0.83 0.47 0 0.62 214.07 0.7 0.23
Hex 11 34 62 53 2F 0 3E D6 46 17
Octal 21 64 142 123 57 0 76 326 106 27
Binary 10001 110100 1100010 1010011 101111 0 111110 11010110 1000110 10111

Color Harmonies of #113462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113462

Black with #113462

Text Example


Text Example

White with #113462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113462; }

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

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

background-color css

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

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

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

border-color css

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

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

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