#18314A

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

Shades of Blue Whale #18314A

Tints of Blue Whale #18314A

Color information

#18314A (or 0x18314A) is unknown color: approx Blue Whale. HEX triplet: 18, 31 and 4A. RGB value is (24,49,74). Sum of RGB (Red+Green+Blue) = 24+49+74=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 74 (29.30% from 255 or 50.34% from 147); Max value from RGB is 74 - color contains mainly: blue. Hex color #18314A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18314A is #E7CEB5. Grayscale: #2C2C2C. Windows color (decimal): -15191734 or 4862232. OLE color: 4862232.

HSL color Cylindrical-coordinate representation of color #18314A: hue angle of 210º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18314A is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB244974-
CMYK0.680.3400.71
HSL210º51.02%19.22%-
HSV(B)210º67.57%29.02%-
XYZ2.712.896.89-
YUV44.38144.72113.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.33%
GREEN value IS 49 (19.53% from 255) = 33.33%
BLUE value IS 74 (29.30% from 255) = 50.34%
R=16.33%
G=33.33%
B=50.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2449740.680.3400.7121051.0219.22
Hex18314A4422047d23313
Octal30611121044201073226323
Binary1100011000110010101000100100010010001111101001011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18314A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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