Html Css Color HEX #113A47 Blue Whale

📋 copy color: '#113A47'

red 17 ◦ green 58 ◦ blue 71

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

Shades of Blue Whale #113A47

Tints of Blue Whale #113A47

RGB

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

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

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

R = 11.64%
G = 39.73%
B = 48.63%

CMYK

 C value IS 0.76

 M value IS 0.18

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#113A47 (or 0x113A47) is known color: Blue Whale. HEX triplet: 11, 3A and 47. RGB value is (17,58,71). Sum of RGB (Red+Green+Blue) = 17+58+71=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 71 (28.12% from 255 or 48.63% from 146); Max value from RGB is 71 - color contains mainly: blue. Hex color #113A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113A47 is #EEC5B8. Grayscale: #2F2F2F. Windows color (decimal): -15648185 or 4667921. OLE color: 4667921.

HSL color Cylindrical-coordinate representation of color #113A47: hue angle of 194.44º 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 #113A47 is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 58 71 -
CMYK 0.76 0.18 0 0.72
HSL 194.44º 0.61% 0.17% -
HSV(B) 194.44º 0.76% 0.28% -
XYZ 2.88 3.6 6.5 -
YUV 47.22 141.42 106.44 -
System Red Green Blue C M Y K H S L
Decimal 17 58 71 0.76 0.18 0 0.72 194.44 0.61 0.17
Hex 11 3A 47 4C 12 0 48 C2 3D 11
Octal 21 72 107 114 22 0 110 302 75 21
Binary 10001 111010 1000111 1001100 10010 0 1001000 11000010 111101 10001

Color Harmonies of #113A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113A47

Black with #113A47

Text Example


Text Example

White with #113A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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