Html Css Color HEX #113345 Blue Whale

📋 copy color: '#113345'

red 17 ◦ green 51 ◦ blue 69

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

Shades of Blue Whale #113345

Tints of Blue Whale #113345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 50.36%

R = 12.41%
G = 37.23%
B = 50.36%

CMYK

 C value IS 0.75

 M value IS 0.26

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#113345 (or 0x113345) is known color: Blue Whale. HEX triplet: 11, 33 and 45. RGB value is (17,51,69). Sum of RGB (Red+Green+Blue) = 17+51+69=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 69 (27.34% from 255 or 50.36% from 137); Max value from RGB is 69 - color contains mainly: blue. Hex color #113345 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113345 is #EECCBA. Grayscale: #2A2A2A. Windows color (decimal): -15649979 or 4535057. OLE color: 4535057.

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

Color convert

RGB 17 51 69 -
CMYK 0.75 0.26 0 0.73
HSL 200.77º 0.6% 0.17% -
HSV(B) 200.77º 0.75% 0.27% -
XYZ 2.49 2.92 6.06 -
YUV 42.89 142.74 109.54 -
System Red Green Blue C M Y K H S L
Decimal 17 51 69 0.75 0.26 0 0.73 200.77 0.6 0.17
Hex 11 33 45 4B 1A 0 49 C9 3C 11
Octal 21 63 105 113 32 0 111 311 74 21
Binary 10001 110011 1000101 1001011 11010 0 1001001 11001001 111100 10001

Color Harmonies of #113345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113345

Black with #113345

Text Example


Text Example

White with #113345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113345; }

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

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

background-color css

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

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

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

border-color css

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

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

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