Html Css Color HEX #113044 Blue Whale

📋 copy color: '#113044'

red 17 ◦ green 48 ◦ blue 68

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

Shades of Blue Whale #113044

Tints of Blue Whale #113044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 51.13%

R = 12.78%
G = 36.09%
B = 51.13%

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

#113044 (or 0x113044) is known color: Blue Whale. HEX triplet: 11, 30 and 44. RGB value is (17,48,68). Sum of RGB (Red+Green+Blue) = 17+48+68=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 68 (26.95% from 255 or 51.13% from 133); Max value from RGB is 68 - color contains mainly: blue. Hex color #113044 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113044 is #EECFBB. Grayscale: #282828. Windows color (decimal): -15650748 or 4468753. OLE color: 4468753.

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

Color convert

RGB 17 48 68 -
CMYK 0.75 0.29 0 0.73
HSL 203.53º 0.6% 0.17% -
HSV(B) 203.53º 0.75% 0.27% -
XYZ 2.33 2.65 5.86 -
YUV 41.01 143.23 110.87 -
System Red Green Blue C M Y K H S L
Decimal 17 48 68 0.75 0.29 0 0.73 203.53 0.6 0.17
Hex 11 30 44 4B 1D 0 49 CC 3C 11
Octal 21 60 104 113 35 0 111 314 74 21
Binary 10001 110000 1000100 1001011 11101 0 1001001 11001100 111100 10001

Color Harmonies of #113044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113044

Black with #113044

Text Example


Text Example

White with #113044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113044; }

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

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

background-color css

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

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

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

border-color css

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

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

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