#18324E

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

Shades of Blue Whale #18324E

Tints of Blue Whale #18324E

Color information

#18324E (or 0x18324E) is unknown color: approx Blue Whale. HEX triplet: 18, 32 and 4E. RGB value is (24,50,78). Sum of RGB (Red+Green+Blue) = 24+50+78=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 78 (30.86% from 255 or 51.32% from 152); Max value from RGB is 78 - color contains mainly: blue. Hex color #18324E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18324E is #E7CDB1. Grayscale: #2D2D2D. Windows color (decimal): -15191474 or 5124632. OLE color: 5124632.

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

Color convert

RGB245078-
CMYK0.690.3600.69
HSL211.11º52.94%20%-
HSV(B)211.11º69.23%30.59%-
XYZ2.893.037.64-
YUV45.42146.39112.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.79%
GREEN value IS 50 (19.92% from 255) = 32.89%
BLUE value IS 78 (30.86% from 255) = 51.32%
R=15.79%
G=32.89%
B=51.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2450780.690.3600.69211.1152.9420
Hex18324E4524045d33514
Octal30621161054401053236524
Binary1100011001010011101000101100100010001011101001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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