Html Css Color HEX #113041 Blue Whale

📋 copy color: '#113041'

red 17 ◦ green 48 ◦ blue 65

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

Shades of Blue Whale #113041

Tints of Blue Whale #113041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 50%

R = 13.08%
G = 36.92%
B = 50%

CMYK

 C value IS 0.74

 M value IS 0.26

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#113041 (or 0x113041) is known color: Blue Whale. HEX triplet: 11, 30 and 41. RGB value is (17,48,65). Sum of RGB (Red+Green+Blue) = 17+48+65=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #113041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113041 is #EECFBE. Grayscale: #282828. Windows color (decimal): -15650751 or 4272145. OLE color: 4272145.

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

Color convert

RGB 17 48 65 -
CMYK 0.74 0.26 0 0.75
HSL 201.25º 0.59% 0.16% -
HSV(B) 201.25º 0.74% 0.25% -
XYZ 2.24 2.61 5.39 -
YUV 40.67 141.73 111.12 -
System Red Green Blue C M Y K H S L
Decimal 17 48 65 0.74 0.26 0 0.75 201.25 0.59 0.16
Hex 11 30 41 4A 1A 0 4B C9 3B 10
Octal 21 60 101 112 32 0 113 311 73 20
Binary 10001 110000 1000001 1001010 11010 0 1001011 11001001 111011 10000

Color Harmonies of #113041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113041

Black with #113041

Text Example


Text Example

White with #113041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113041; }

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

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

background-color css

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

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

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

border-color css

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

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

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