#18324A

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

Shades of Blue Whale #18324A

Tints of Blue Whale #18324A

Color information

#18324A (or 0x18324A) is unknown color: approx Blue Whale. HEX triplet: 18, 32 and 4A. RGB value is (24,50,74). Sum of RGB (Red+Green+Blue) = 24+50+74=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 74 (29.30% from 255 or 50% from 148); Max value from RGB is 74 - color contains mainly: blue. Hex color #18324A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18324A is #E7CDB5. Grayscale: #2C2C2C. Windows color (decimal): -15191478 or 4862488. OLE color: 4862488.

HSL color Cylindrical-coordinate representation of color #18324A: hue angle of 208.8º 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 #18324A is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB245074-
CMYK0.680.3200.71
HSL208.8º51.02%19.22%-
HSV(B)208.8º67.57%29.02%-
XYZ2.752.976.91-
YUV44.96144.39113.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.22%
GREEN value IS 50 (19.92% from 255) = 33.78%
BLUE value IS 74 (29.30% from 255) = 50%
R=16.22%
G=33.78%
B=50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2450740.680.3200.71208.851.0219.22
Hex18324A4420047d13313
Octal30621121044001073216323
Binary1100011001010010101000100100000010001111101000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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