#18374E

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

Shades of Blue Whale #18374E

Tints of Blue Whale #18374E

Color information

#18374E (or 0x18374E) is unknown color: approx Blue Whale. HEX triplet: 18, 37 and 4E. RGB value is (24,55,78). Sum of RGB (Red+Green+Blue) = 24+55+78=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #18374E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18374E is #E7C8B1. Grayscale: #303030. Windows color (decimal): -15190194 or 5125912. OLE color: 5125912.

HSL color Cylindrical-coordinate representation of color #18374E: hue angle of 205.56º 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 #18374E is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB245578-
CMYK0.690.2900.69
HSL205.56º52.94%20%-
HSV(B)205.56º69.23%30.59%-
XYZ3.123.487.71-
YUV48.35144.73110.63-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.29%
GREEN value IS 55 (21.88% from 255) = 35.03%
BLUE value IS 78 (30.86% from 255) = 49.68%
R=15.29%
G=35.03%
B=49.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2455780.690.2900.69205.5652.9420
Hex18374E451D045ce3514
Octal30671161053501053166524
Binary110001101111001110100010111101010001011100111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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