Html Css Color HEX #113047 Blue Whale

📋 copy color: '#113047'

red 17 ◦ green 48 ◦ blue 71

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

Shades of Blue Whale #113047

Tints of Blue Whale #113047

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.29%

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

R = 12.5%
G = 35.29%
B = 52.21%

CMYK

 C value IS 0.76

 M value IS 0.32

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#113047 (or 0x113047) is known color: Blue Whale. HEX triplet: 11, 30 and 47. RGB value is (17,48,71). Sum of RGB (Red+Green+Blue) = 17+48+71=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 71 (28.12% from 255 or 52.21% from 136); Max value from RGB is 71 - color contains mainly: blue. Hex color #113047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113047 is #EECFB8. Grayscale: #292929. Windows color (decimal): -15650745 or 4665361. OLE color: 4665361.

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

Color convert

RGB 17 48 71 -
CMYK 0.76 0.32 0 0.72
HSL 205.56º 0.61% 0.17% -
HSV(B) 205.56º 0.76% 0.28% -
XYZ 2.43 2.69 6.35 -
YUV 41.35 144.73 110.63 -
System Red Green Blue C M Y K H S L
Decimal 17 48 71 0.76 0.32 0 0.72 205.56 0.61 0.17
Hex 11 30 47 4C 20 0 48 CE 3D 11
Octal 21 60 107 114 40 0 110 316 75 21
Binary 10001 110000 1000111 1001100 100000 0 1001000 11001110 111101 10001

Color Harmonies of #113047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113047

Black with #113047

Text Example


Text Example

White with #113047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113047; }

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

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

background-color css

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

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

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

border-color css

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

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

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