Html Css Color HEX #113848 Blue Whale

📋 copy color: '#113848'

red 17 ◦ green 56 ◦ blue 72

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

Shades of Blue Whale #113848

Tints of Blue Whale #113848

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.62%

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

R = 11.72%
G = 38.62%
B = 49.66%

CMYK

 C value IS 0.76

 M value IS 0.22

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#113848 (or 0x113848) is known color: Blue Whale. HEX triplet: 11, 38 and 48. RGB value is (17,56,72). Sum of RGB (Red+Green+Blue) = 17+56+72=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #113848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113848 is #EEC7B7. Grayscale: #2E2E2E. Windows color (decimal): -15648696 or 4732945. OLE color: 4732945.

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

Color convert

RGB 17 56 72 -
CMYK 0.76 0.22 0 0.72
HSL 197.45º 0.62% 0.17% -
HSV(B) 197.45º 0.76% 0.28% -
XYZ 2.82 3.42 6.64 -
YUV 46.16 142.58 107.2 -
System Red Green Blue C M Y K H S L
Decimal 17 56 72 0.76 0.22 0 0.72 197.45 0.62 0.17
Hex 11 38 48 4C 16 0 48 C5 3E 11
Octal 21 70 110 114 26 0 110 305 76 21
Binary 10001 111000 1001000 1001100 10110 0 1001000 11000101 111110 10001

Color Harmonies of #113848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113848

Black with #113848

Text Example


Text Example

White with #113848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113848; }

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

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

background-color css

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

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

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

border-color css

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

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

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