#11394E

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

Shades of Blue Whale #11394E

Tints of Blue Whale #11394E

Color information

#11394E (or 0x11394E) is unknown color: approx Blue Whale. HEX triplet: 11, 39 and 4E. RGB value is (17,57,78). Sum of RGB (Red+Green+Blue) = 17+57+78=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #11394E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11394E is #EEC6B1. Grayscale: #2F2F2F. Windows color (decimal): -15648434 or 5126417. OLE color: 5126417.

HSL color Cylindrical-coordinate representation of color #11394E: hue angle of 200.66º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11394E is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB175778-
CMYK0.780.2700.69
HSL200.66º64.21%18.63%-
HSV(B)200.66º78.21%30.59%-
XYZ3.073.67.74-
YUV47.43145.25106.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.18%
GREEN value IS 57 (22.66% from 255) = 37.5%
BLUE value IS 78 (30.86% from 255) = 51.32%
R=11.18%
G=37.5%
B=51.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1757780.780.2700.69200.6664.2118.63
Hex11394E4E1B045c94013
Octal217111611633010531110023
Binary1000111100110011101001110110110100010111001001100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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