Html Css Color HEX #113D67 Prussian Blue

📋 copy color: '#113D67'

red 17 ◦ green 61 ◦ blue 103

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

Shades of Prussian Blue #113D67

Tints of Prussian Blue #113D67

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.7%

 BLUE value IS 103 (40.63% from 255) = 56.91%

R = 9.39%
G = 33.7%
B = 56.91%

CMYK

 C value IS 0.83

 M value IS 0.41

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#113D67 (or 0x113D67) is known color: Prussian Blue. HEX triplet: 11, 3D and 67. RGB value is (17,61,103). Sum of RGB (Red+Green+Blue) = 17+61+103=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 103 (40.62% from 255 or 56.91% from 181); Max value from RGB is 103 - color contains mainly: blue. Hex color #113D67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113D67 is #EEC298. Grayscale: #343434. Windows color (decimal): -15647385 or 6765841. OLE color: 6765841.

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

Color convert

RGB 17 61 103 -
CMYK 0.83 0.41 0 0.60
HSL 209.3º 0.72% 0.24% -
HSV(B) 209.3º 0.83% 0.4% -
XYZ 4.35 4.44 13.46 -
YUV 52.63 156.42 102.58 -
System Red Green Blue C M Y K H S L
Decimal 17 61 103 0.83 0.41 0 0.60 209.3 0.72 0.24
Hex 11 3D 67 53 29 0 3C D1 48 18
Octal 21 75 147 123 51 0 74 321 110 30
Binary 10001 111101 1100111 1010011 101001 0 111100 11010001 1001000 11000

Color Harmonies of #113D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113D67

Black with #113D67

Text Example


Text Example

White with #113D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,61,103); }

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

background-color css

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

 a { background-color: rgb(17,61,103); }

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

border-color css

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

 span { border-color: rgb(17,61,103); }

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