Html Css Color HEX #113246 Blue Whale

📋 copy color: '#113246'

red 17 ◦ green 50 ◦ blue 70

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

Shades of Blue Whale #113246

Tints of Blue Whale #113246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 36.5%

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

R = 12.41%
G = 36.5%
B = 51.09%

CMYK

 C value IS 0.76

 M value IS 0.29

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#113246 (or 0x113246) is known color: Blue Whale. HEX triplet: 11, 32 and 46. RGB value is (17,50,70). Sum of RGB (Red+Green+Blue) = 17+50+70=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 70 (27.73% from 255 or 51.09% from 137); Max value from RGB is 70 - color contains mainly: blue. Hex color #113246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113246 is #EECDB9. Grayscale: #2A2A2A. Windows color (decimal): -15650234 or 4600337. OLE color: 4600337.

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

Color convert

RGB 17 50 70 -
CMYK 0.76 0.29 0 0.73
HSL 202.64º 0.61% 0.17% -
HSV(B) 202.64º 0.76% 0.27% -
XYZ 2.48 2.84 6.21 -
YUV 42.41 143.57 109.87 -
System Red Green Blue C M Y K H S L
Decimal 17 50 70 0.76 0.29 0 0.73 202.64 0.61 0.17
Hex 11 32 46 4C 1D 0 49 CB 3D 11
Octal 21 62 106 114 35 0 111 313 75 21
Binary 10001 110010 1000110 1001100 11101 0 1001001 11001011 111101 10001

Color Harmonies of #113246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113246

Black with #113246

Text Example


Text Example

White with #113246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113246; }

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

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

background-color css

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

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

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

border-color css

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

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

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