Html Css Color HEX #113440 Blue Whale

📋 copy color: '#113440'

red 17 ◦ green 52 ◦ blue 64

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

Shades of Blue Whale #113440

Tints of Blue Whale #113440

RGB

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

 GREEN value IS 52 (20.7% from 255) = 39.1%

 BLUE value IS 64 (25.39% from 255) = 48.12%

R = 12.78%
G = 39.1%
B = 48.12%

CMYK

 C value IS 0.73

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#113440 (or 0x113440) is known color: Blue Whale. HEX triplet: 11, 34 and 40. RGB value is (17,52,64). Sum of RGB (Red+Green+Blue) = 17+52+64=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 64 (25.39% from 255 or 48.12% from 133); Max value from RGB is 64 - color contains mainly: blue. Hex color #113440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113440 is #EECBBF. Grayscale: #2A2A2A. Windows color (decimal): -15649728 or 4207633. OLE color: 4207633.

HSL color Cylindrical-coordinate representation of color #113440: hue angle of 195.32º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113440 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 52 64 -
CMYK 0.73 0.19 0 0.75
HSL 195.32º 0.58% 0.16% -
HSV(B) 195.32º 0.73% 0.25% -
XYZ 2.38 2.95 5.29 -
YUV 42.9 139.9 109.52 -
System Red Green Blue C M Y K H S L
Decimal 17 52 64 0.73 0.19 0 0.75 195.32 0.58 0.16
Hex 11 34 40 49 13 0 4B C3 3A 10
Octal 21 64 100 111 23 0 113 303 72 20
Binary 10001 110100 1000000 1001001 10011 0 1001011 11000011 111010 10000

Color Harmonies of #113440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113440

Black with #113440

Text Example


Text Example

White with #113440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113440; }

 p { color: rgb(17,52,64); }

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

background-color css

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

 a { background-color: rgb(17,52,64); }

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

border-color css

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

 span { border-color: rgb(17,52,64); }

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