#18314E

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

Shades of Blue Whale #18314E

Tints of Blue Whale #18314E

Color information

#18314E (or 0x18314E) is unknown color: approx Blue Whale. HEX triplet: 18, 31 and 4E. RGB value is (24,49,78). Sum of RGB (Red+Green+Blue) = 24+49+78=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 78 (30.86% from 255 or 51.66% from 151); Max value from RGB is 78 - color contains mainly: blue. Hex color #18314E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18314E is #E7CEB1. Grayscale: #2C2C2C. Windows color (decimal): -15191730 or 5124376. OLE color: 5124376.

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

Color convert

RGB244978-
CMYK0.690.3700.69
HSL212.22º52.94%20%-
HSV(B)212.22º69.23%30.59%-
XYZ2.852.947.63-
YUV44.83146.72113.14-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.89%
GREEN value IS 49 (19.53% from 255) = 32.45%
BLUE value IS 78 (30.86% from 255) = 51.66%
R=15.89%
G=32.45%
B=51.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2449780.690.3700.69212.2252.9420
Hex18314E4525045d43514
Octal30611161054501053246524
Binary1100011000110011101000101100101010001011101010011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18314E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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