Html Css Color HEX #113F68 Prussian Blue

📋 copy color: '#113F68'

red 17 ◦ green 63 ◦ blue 104

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

Shades of Prussian Blue #113F68

Tints of Prussian Blue #113F68

RGB

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

 GREEN value IS 63 (25% from 255) = 34.24%

 BLUE value IS 104 (41.02% from 255) = 56.52%

R = 9.24%
G = 34.24%
B = 56.52%

CMYK

 C value IS 0.84

 M value IS 0.39

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#113F68 (or 0x113F68) is known color: Prussian Blue. HEX triplet: 11, 3F and 68. RGB value is (17,63,104). Sum of RGB (Red+Green+Blue) = 17+63+104=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #113F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F68 is #EEC097. Grayscale: #353535. Windows color (decimal): -15646872 or 6831889. OLE color: 6831889.

HSL color Cylindrical-coordinate representation of color #113F68: hue angle of 208.28º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #113F68 is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 63 104 -
CMYK 0.84 0.39 0 0.59
HSL 208.28º 0.72% 0.24% -
HSV(B) 208.28º 0.84% 0.41% -
XYZ 4.51 4.67 13.76 -
YUV 53.92 156.26 101.67 -
System Red Green Blue C M Y K H S L
Decimal 17 63 104 0.84 0.39 0 0.59 208.28 0.72 0.24
Hex 11 3F 68 54 27 0 3B D0 48 18
Octal 21 77 150 124 47 0 73 320 110 30
Binary 10001 111111 1101000 1010100 100111 0 111011 11010000 1001000 11000

Color Harmonies of #113F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113F68

Black with #113F68

Text Example


Text Example

White with #113F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113F68; }

 p { color: rgb(17,63,104); }

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

background-color css

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

 a { background-color: rgb(17,63,104); }

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

border-color css

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

 span { border-color: rgb(17,63,104); }

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