Html Css Color HEX #113341 Blue Whale

📋 copy color: '#113341'

red 17 ◦ green 51 ◦ blue 65

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

Shades of Blue Whale #113341

Tints of Blue Whale #113341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.35%

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

R = 12.78%
G = 38.35%
B = 48.87%

CMYK

 C value IS 0.74

 M value IS 0.22

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#113341 (or 0x113341) is known color: Blue Whale. HEX triplet: 11, 33 and 41. RGB value is (17,51,65). Sum of RGB (Red+Green+Blue) = 17+51+65=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: blue. Hex color #113341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113341 is #EECCBE. Grayscale: #2A2A2A. Windows color (decimal): -15649983 or 4272913. OLE color: 4272913.

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

Color convert

RGB 17 51 65 -
CMYK 0.74 0.22 0 0.75
HSL 197.5º 0.59% 0.16% -
HSV(B) 197.5º 0.74% 0.25% -
XYZ 2.37 2.87 5.43 -
YUV 42.43 140.74 109.86 -
System Red Green Blue C M Y K H S L
Decimal 17 51 65 0.74 0.22 0 0.75 197.5 0.59 0.16
Hex 11 33 41 4A 16 0 4B C6 3B 10
Octal 21 63 101 112 26 0 113 306 73 20
Binary 10001 110011 1000001 1001010 10110 0 1001011 11000110 111011 10000

Color Harmonies of #113341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113341

Black with #113341

Text Example


Text Example

White with #113341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113341; }

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

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

background-color css

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

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

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

border-color css

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

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

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