Html Css Color HEX #113046 Blue Whale

📋 copy color: '#113046'

red 17 ◦ green 48 ◦ blue 70

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

Shades of Blue Whale #113046

Tints of Blue Whale #113046

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.56%

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

R = 12.59%
G = 35.56%
B = 51.85%

CMYK

 C value IS 0.76

 M value IS 0.31

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#113046 (or 0x113046) is known color: Blue Whale. HEX triplet: 11, 30 and 46. RGB value is (17,48,70). Sum of RGB (Red+Green+Blue) = 17+48+70=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 70 (27.73% from 255 or 51.85% from 135); Max value from RGB is 70 - color contains mainly: blue. Hex color #113046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113046 is #EECFB9. Grayscale: #292929. Windows color (decimal): -15650746 or 4599825. OLE color: 4599825.

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

Color convert

RGB 17 48 70 -
CMYK 0.76 0.31 0 0.73
HSL 204.91º 0.61% 0.17% -
HSV(B) 204.91º 0.76% 0.27% -
XYZ 2.39 2.68 6.18 -
YUV 41.24 144.23 110.71 -
System Red Green Blue C M Y K H S L
Decimal 17 48 70 0.76 0.31 0 0.73 204.91 0.61 0.17
Hex 11 30 46 4C 1F 0 49 CD 3D 11
Octal 21 60 106 114 37 0 111 315 75 21
Binary 10001 110000 1000110 1001100 11111 0 1001001 11001101 111101 10001

Color Harmonies of #113046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113046

Black with #113046

Text Example


Text Example

White with #113046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113046; }

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

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

background-color css

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

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

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

border-color css

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

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

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