Html Css Color HEX #113467 Prussian Blue

📋 copy color: '#113467'

red 17 ◦ green 52 ◦ blue 103

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

Shades of Prussian Blue #113467

Tints of Prussian Blue #113467

RGB

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

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

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

R = 9.88%
G = 30.23%
B = 59.88%

CMYK

 C value IS 0.83

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#113467 (or 0x113467) is known color: Prussian Blue. HEX triplet: 11, 34 and 67. RGB value is (17,52,103). Sum of RGB (Red+Green+Blue) = 17+52+103=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 103 (40.62% from 255 or 59.88% from 172); Max value from RGB is 103 - color contains mainly: blue. Hex color #113467 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113467 is #EECB98. Grayscale: #2F2F2F. Windows color (decimal): -15649689 or 6763537. OLE color: 6763537.

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

Color convert

RGB 17 52 103 -
CMYK 0.83 0.50 0 0.60
HSL 215.58º 0.72% 0.24% -
HSV(B) 215.58º 0.83% 0.4% -
XYZ 3.91 3.55 13.31 -
YUV 47.35 159.4 106.35 -
System Red Green Blue C M Y K H S L
Decimal 17 52 103 0.83 0.50 0 0.60 215.58 0.72 0.24
Hex 11 34 67 53 32 0 3C D8 48 18
Octal 21 64 147 123 62 0 74 330 110 30
Binary 10001 110100 1100111 1010011 110010 0 111100 11011000 1001000 11000

Color Harmonies of #113467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113467

Black with #113467

Text Example


Text Example

White with #113467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113467; }

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

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

background-color css

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

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

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

border-color css

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

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

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