Html Css Color HEX #113A67 Prussian Blue

📋 copy color: '#113A67'

red 17 ◦ green 58 ◦ blue 103

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

Shades of Prussian Blue #113A67

Tints of Prussian Blue #113A67

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.58%

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

R = 9.55%
G = 32.58%
B = 57.87%

CMYK

 C value IS 0.83

 M value IS 0.44

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#113A67 (or 0x113A67) is known color: Prussian Blue. HEX triplet: 11, 3A and 67. RGB value is (17,58,103). Sum of RGB (Red+Green+Blue) = 17+58+103=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 103 (40.62% from 255 or 57.87% from 178); Max value from RGB is 103 - color contains mainly: blue. Hex color #113A67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113A67 is #EEC598. Grayscale: #323232. Windows color (decimal): -15648153 or 6765073. OLE color: 6765073.

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

Color convert

RGB 17 58 103 -
CMYK 0.83 0.44 0 0.60
HSL 211.4º 0.72% 0.24% -
HSV(B) 211.4º 0.83% 0.4% -
XYZ 4.19 4.12 13.41 -
YUV 50.87 157.42 103.84 -
System Red Green Blue C M Y K H S L
Decimal 17 58 103 0.83 0.44 0 0.60 211.4 0.72 0.24
Hex 11 3A 67 53 2C 0 3C D3 48 18
Octal 21 72 147 123 54 0 74 323 110 30
Binary 10001 111010 1100111 1010011 101100 0 111100 11010011 1001000 11000

Color Harmonies of #113A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113A67

Black with #113A67

Text Example


Text Example

White with #113A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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