#11394D

Color #11394D Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #11394D

Tints of Blue Whale #11394D

Color information

#11394D (or 0x11394D) is unknown color: approx Blue Whale. HEX triplet: 11, 39 and 4D. RGB value is (17,57,77). Sum of RGB (Red+Green+Blue) = 17+57+77=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #11394D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11394D is #EEC6B2. Grayscale: #2F2F2F. Windows color (decimal): -15648435 or 5060881. OLE color: 5060881.

HSL color Cylindrical-coordinate representation of color #11394D: hue angle of 200º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11394D is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB175777-
CMYK0.780.2600.70
HSL200º63.83%18.43%-
HSV(B)200º77.92%30.2%-
XYZ3.033.587.55-
YUV47.32144.75106.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.26%
GREEN value IS 57 (22.66% from 255) = 37.75%
BLUE value IS 77 (30.47% from 255) = 50.99%
R=11.26%
G=37.75%
B=50.99%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1757770.780.2600.7020063.8318.43
Hex11394D4E1A046c84012
Octal217111511632010631010022
Binary1000111100110011011001110110100100011011001000100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11394D; }

 p { color: rgb(17,57,77); }

 H1.HeaderClassName
 {
   color: #11394D;
 }
 .AnyTagClassName
 {
   color: #11394D;
 }
</style>
background-color css

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

 a { background-color: rgb(17,57,77); }

 div.DivClassName
 {
   background-color: #11394D;
 }
 .BgClassName
 {
   background-color: #11394D;
 }
</style>
border-color css

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

 span { border-color: rgb(17,57,77); }

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