Html Css Color HEX #113147 Blue Whale

📋 copy color: '#113147'

red 17 ◦ green 49 ◦ blue 71

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

Shades of Blue Whale #113147

Tints of Blue Whale #113147

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35.77%

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

R = 12.41%
G = 35.77%
B = 51.82%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#113147 (or 0x113147) is known color: Blue Whale. HEX triplet: 11, 31 and 47. RGB value is (17,49,71). Sum of RGB (Red+Green+Blue) = 17+49+71=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 71 (28.12% from 255 or 51.82% from 137); Max value from RGB is 71 - color contains mainly: blue. Hex color #113147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113147 is #EECEB8. Grayscale: #292929. Windows color (decimal): -15650489 or 4665617. OLE color: 4665617.

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

Color convert

RGB 17 49 71 -
CMYK 0.76 0.31 0 0.72
HSL 204.44º 0.61% 0.17% -
HSV(B) 204.44º 0.76% 0.28% -
XYZ 2.47 2.77 6.37 -
YUV 41.94 144.4 110.21 -
System Red Green Blue C M Y K H S L
Decimal 17 49 71 0.76 0.31 0 0.72 204.44 0.61 0.17
Hex 11 31 47 4C 1F 0 48 CC 3D 11
Octal 21 61 107 114 37 0 110 314 75 21
Binary 10001 110001 1000111 1001100 11111 0 1001000 11001100 111101 10001

Color Harmonies of #113147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113147

Black with #113147

Text Example


Text Example

White with #113147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113147; }

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

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

background-color css

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

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

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

border-color css

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

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

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