#18394E

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

Shades of Blue Whale #18394E

Tints of Blue Whale #18394E

Color information

#18394E (or 0x18394E) is unknown color: approx Blue Whale. HEX triplet: 18, 39 and 4E. RGB value is (24,57,78). Sum of RGB (Red+Green+Blue) = 24+57+78=159 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15.09% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #18394E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18394E is #E7C6B1. Grayscale: #313131. Windows color (decimal): -15189682 or 5126424. OLE color: 5126424.

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

Color convert

RGB245778-
CMYK0.690.2700.69
HSL203.33º52.94%20%-
HSV(B)203.33º69.23%30.59%-
XYZ3.213.677.75-
YUV49.53144.07109.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.09%
GREEN value IS 57 (22.66% from 255) = 35.85%
BLUE value IS 78 (30.86% from 255) = 49.06%
R=15.09%
G=35.85%
B=49.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2457780.690.2700.69203.3352.9420
Hex18394E451B045cb3514
Octal30711161053301053136524
Binary110001110011001110100010111011010001011100101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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