Html Css Color HEX #113449 Blue Whale

📋 copy color: '#113449'

red 17 ◦ green 52 ◦ blue 73

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

Shades of Blue Whale #113449

Tints of Blue Whale #113449

RGB

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

 GREEN value IS 52 (20.7% from 255) = 36.62%

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

R = 11.97%
G = 36.62%
B = 51.41%

CMYK

 C value IS 0.77

 M value IS 0.29

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#113449 (or 0x113449) is known color: Blue Whale. HEX triplet: 11, 34 and 49. RGB value is (17,52,73). Sum of RGB (Red+Green+Blue) = 17+52+73=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 73 (28.91% from 255 or 51.41% from 142); Max value from RGB is 73 - color contains mainly: blue. Hex color #113449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113449 is #EECBB6. Grayscale: #2B2B2B. Windows color (decimal): -15649719 or 4797457. OLE color: 4797457.

HSL color Cylindrical-coordinate representation of color #113449: hue angle of 202.5º 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 #113449 is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 52 73 -
CMYK 0.77 0.29 0 0.71
HSL 202.5º 0.62% 0.18% -
HSV(B) 202.5º 0.77% 0.29% -
XYZ 2.66 3.06 6.75 -
YUV 43.93 144.4 108.79 -
System Red Green Blue C M Y K H S L
Decimal 17 52 73 0.77 0.29 0 0.71 202.5 0.62 0.18
Hex 11 34 49 4D 1D 0 47 CA 3E 12
Octal 21 64 111 115 35 0 107 312 76 22
Binary 10001 110100 1001001 1001101 11101 0 1000111 11001010 111110 10010

Color Harmonies of #113449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113449

Black with #113449

Text Example


Text Example

White with #113449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113449; }

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

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

background-color css

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

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

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

border-color css

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

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

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