Html Css Color HEX #113946 Blue Whale

📋 copy color: '#113946'

red 17 ◦ green 57 ◦ blue 70

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

Shades of Blue Whale #113946

Tints of Blue Whale #113946

RGB

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

 GREEN value IS 57 (22.66% from 255) = 39.58%

 BLUE value IS 70 (27.73% from 255) = 48.61%

R = 11.81%
G = 39.58%
B = 48.61%

CMYK

 C value IS 0.76

 M value IS 0.19

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#113946 (or 0x113946) is known color: Blue Whale. HEX triplet: 11, 39 and 46. RGB value is (17,57,70). Sum of RGB (Red+Green+Blue) = 17+57+70=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 70 (27.73% from 255 or 48.61% from 144); Max value from RGB is 70 - color contains mainly: blue. Hex color #113946 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113946 is #EEC6B9. Grayscale: #2E2E2E. Windows color (decimal): -15648442 or 4602129. OLE color: 4602129.

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

Color convert

RGB 17 57 70 -
CMYK 0.76 0.19 0 0.73
HSL 194.72º 0.61% 0.17% -
HSV(B) 194.72º 0.76% 0.27% -
XYZ 2.8 3.49 6.32 -
YUV 46.52 141.25 106.94 -
System Red Green Blue C M Y K H S L
Decimal 17 57 70 0.76 0.19 0 0.73 194.72 0.61 0.17
Hex 11 39 46 4C 13 0 49 C3 3D 11
Octal 21 71 106 114 23 0 111 303 75 21
Binary 10001 111001 1000110 1001100 10011 0 1001001 11000011 111101 10001

Color Harmonies of #113946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113946

Black with #113946

Text Example


Text Example

White with #113946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113946; }

 p { color: rgb(17,57,70); }

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

background-color css

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

 a { background-color: rgb(17,57,70); }

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

border-color css

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

 span { border-color: rgb(17,57,70); }

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