Html Css Color HEX #113349 Blue Whale

📋 copy color: '#113349'

red 17 ◦ green 51 ◦ blue 73

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

Shades of Blue Whale #113349

Tints of Blue Whale #113349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.17%

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

R = 12.06%
G = 36.17%
B = 51.77%

CMYK

 C value IS 0.77

 M value IS 0.30

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#113349 (or 0x113349) is known color: Blue Whale. HEX triplet: 11, 33 and 49. RGB value is (17,51,73). Sum of RGB (Red+Green+Blue) = 17+51+73=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 73 (28.91% from 255 or 51.77% from 141); Max value from RGB is 73 - color contains mainly: blue. Hex color #113349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113349 is #EECCB6. Grayscale: #2B2B2B. Windows color (decimal): -15649975 or 4797201. OLE color: 4797201.

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

Color convert

RGB 17 51 73 -
CMYK 0.77 0.30 0 0.71
HSL 203.57º 0.62% 0.18% -
HSV(B) 203.57º 0.77% 0.29% -
XYZ 2.62 2.97 6.74 -
YUV 43.34 144.74 109.21 -
System Red Green Blue C M Y K H S L
Decimal 17 51 73 0.77 0.30 0 0.71 203.57 0.62 0.18
Hex 11 33 49 4D 1E 0 47 CC 3E 12
Octal 21 63 111 115 36 0 107 314 76 22
Binary 10001 110011 1001001 1001101 11110 0 1000111 11001100 111110 10010

Color Harmonies of #113349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113349

Black with #113349

Text Example


Text Example

White with #113349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113349; }

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

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

background-color css

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

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

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

border-color css

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

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

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