Html Css Color HEX #113547 Blue Whale

📋 copy color: '#113547'

red 17 ◦ green 53 ◦ blue 71

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

Shades of Blue Whale #113547

Tints of Blue Whale #113547

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.59%

 BLUE value IS 71 (28.13% from 255) = 50.35%

R = 12.06%
G = 37.59%
B = 50.35%

CMYK

 C value IS 0.76

 M value IS 0.25

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#113547 (or 0x113547) is known color: Blue Whale. HEX triplet: 11, 35 and 47. RGB value is (17,53,71). Sum of RGB (Red+Green+Blue) = 17+53+71=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 71 (28.12% from 255 or 50.35% from 141); Max value from RGB is 71 - color contains mainly: blue. Hex color #113547 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113547 is #EECAB8. Grayscale: #2C2C2C. Windows color (decimal): -15649465 or 4666641. OLE color: 4666641.

HSL color Cylindrical-coordinate representation of color #113547: hue angle of 200º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #113547 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 53 71 -
CMYK 0.76 0.25 0 0.72
HSL 200º 0.61% 0.17% -
HSV(B) 200º 0.76% 0.28% -
XYZ 2.64 3.12 6.42 -
YUV 44.29 143.07 108.54 -
System Red Green Blue C M Y K H S L
Decimal 17 53 71 0.76 0.25 0 0.72 200 0.61 0.17
Hex 11 35 47 4C 19 0 48 C8 3D 11
Octal 21 65 107 114 31 0 110 310 75 21
Binary 10001 110101 1000111 1001100 11001 0 1001000 11001000 111101 10001

Color Harmonies of #113547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113547

Black with #113547

Text Example


Text Example

White with #113547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113547; }

 p { color: rgb(17,53,71); }

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

background-color css

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

 a { background-color: rgb(17,53,71); }

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

border-color css

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

 span { border-color: rgb(17,53,71); }

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