Html Css Color HEX #113849 Blue Whale

📋 copy color: '#113849'

red 17 ◦ green 56 ◦ blue 73

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

Shades of Blue Whale #113849

Tints of Blue Whale #113849

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.36%

 BLUE value IS 73 (28.91% from 255) = 50%

R = 11.64%
G = 38.36%
B = 50%

CMYK

 C value IS 0.77

 M value IS 0.23

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#113849 (or 0x113849) is known color: Blue Whale. HEX triplet: 11, 38 and 49. RGB value is (17,56,73). Sum of RGB (Red+Green+Blue) = 17+56+73=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #113849 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113849 is #EEC7B6. Grayscale: #2E2E2E. Windows color (decimal): -15648695 or 4798481. OLE color: 4798481.

HSL color Cylindrical-coordinate representation of color #113849: hue angle of 198.21º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #113849 is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 56 73 -
CMYK 0.77 0.23 0 0.71
HSL 198.21º 0.62% 0.18% -
HSV(B) 198.21º 0.77% 0.29% -
XYZ 2.85 3.43 6.82 -
YUV 46.28 143.08 107.12 -
System Red Green Blue C M Y K H S L
Decimal 17 56 73 0.77 0.23 0 0.71 198.21 0.62 0.18
Hex 11 38 49 4D 17 0 47 C6 3E 12
Octal 21 70 111 115 27 0 107 306 76 22
Binary 10001 111000 1001001 1001101 10111 0 1000111 11000110 111110 10010

Color Harmonies of #113849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113849

Black with #113849

Text Example


Text Example

White with #113849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113849; }

 p { color: rgb(17,56,73); }

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

background-color css

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

 a { background-color: rgb(17,56,73); }

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

border-color css

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

 span { border-color: rgb(17,56,73); }

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