Html Css Color HEX #113145 Blue Whale

📋 copy color: '#113145'

red 17 ◦ green 49 ◦ blue 69

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

Shades of Blue Whale #113145

Tints of Blue Whale #113145

RGB

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

 GREEN value IS 49 (19.53% from 255) = 36.3%

 BLUE value IS 69 (27.34% from 255) = 51.11%

R = 12.59%
G = 36.3%
B = 51.11%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#113145 (or 0x113145) is known color: Blue Whale. HEX triplet: 11, 31 and 45. RGB value is (17,49,69). Sum of RGB (Red+Green+Blue) = 17+49+69=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 69 (27.34% from 255 or 51.11% from 135); Max value from RGB is 69 - color contains mainly: blue. Hex color #113145 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113145 is #EECEBA. Grayscale: #292929. Windows color (decimal): -15650491 or 4534545. OLE color: 4534545.

HSL color Cylindrical-coordinate representation of color #113145: hue angle of 203.08º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #113145 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 49 69 -
CMYK 0.75 0.29 0 0.73
HSL 203.08º 0.6% 0.17% -
HSV(B) 203.08º 0.75% 0.27% -
XYZ 2.4 2.75 6.03 -
YUV 41.71 143.4 110.37 -
System Red Green Blue C M Y K H S L
Decimal 17 49 69 0.75 0.29 0 0.73 203.08 0.6 0.17
Hex 11 31 45 4B 1D 0 49 CB 3C 11
Octal 21 61 105 113 35 0 111 313 74 21
Binary 10001 110001 1000101 1001011 11101 0 1001001 11001011 111100 10001

Color Harmonies of #113145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113145

Black with #113145

Text Example


Text Example

White with #113145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113145; }

 p { color: rgb(17,49,69); }

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

background-color css

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

 a { background-color: rgb(17,49,69); }

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

border-color css

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

 span { border-color: rgb(17,49,69); }

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