Html Css Color HEX #113048 Blue Whale

📋 copy color: '#113048'

red 17 ◦ green 48 ◦ blue 72

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

Shades of Blue Whale #113048

Tints of Blue Whale #113048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 52.55%

R = 12.41%
G = 35.04%
B = 52.55%

CMYK

 C value IS 0.76

 M value IS 0.33

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#113048 (or 0x113048) is known color: Blue Whale. HEX triplet: 11, 30 and 48. RGB value is (17,48,72). Sum of RGB (Red+Green+Blue) = 17+48+72=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 72 (28.52% from 255 or 52.55% from 137); Max value from RGB is 72 - color contains mainly: blue. Hex color #113048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113048 is #EECFB7. Grayscale: #292929. Windows color (decimal): -15650744 or 4730897. OLE color: 4730897.

HSL color Cylindrical-coordinate representation of color #113048: hue angle of 206.18º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #113048 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 48 72 -
CMYK 0.76 0.33 0 0.72
HSL 206.18º 0.62% 0.17% -
HSV(B) 206.18º 0.76% 0.28% -
XYZ 2.46 2.7 6.52 -
YUV 41.47 145.23 110.55 -
System Red Green Blue C M Y K H S L
Decimal 17 48 72 0.76 0.33 0 0.72 206.18 0.62 0.17
Hex 11 30 48 4C 21 0 48 CE 3E 11
Octal 21 60 110 114 41 0 110 316 76 21
Binary 10001 110000 1001000 1001100 100001 0 1001000 11001110 111110 10001

Color Harmonies of #113048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113048

Black with #113048

Text Example


Text Example

White with #113048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113048; }

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

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

background-color css

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

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

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

border-color css

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

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

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