#18394B

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

Shades of Blue Whale #18394B

Tints of Blue Whale #18394B

Color information

#18394B (or 0x18394B) is unknown color: approx Blue Whale. HEX triplet: 18, 39 and 4B. RGB value is (24,57,75). Sum of RGB (Red+Green+Blue) = 24+57+75=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 75 (29.69% from 255 or 48.08% from 156); Max value from RGB is 75 - color contains mainly: blue. Hex color #18394B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18394B is #E7C6B4. Grayscale: #313131. Windows color (decimal): -15189685 or 4929816. OLE color: 4929816.

HSL color Cylindrical-coordinate representation of color #18394B: hue angle of 201.18º degrees, saturation: 0.52, 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 #18394B is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB245775-
CMYK0.680.2400.71
HSL201.18º51.52%19.41%-
HSV(B)201.18º68%29.41%-
XYZ3.113.637.19-
YUV49.18142.57110.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.38%
GREEN value IS 57 (22.66% from 255) = 36.54%
BLUE value IS 75 (29.69% from 255) = 48.08%
R=15.38%
G=36.54%
B=48.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2457750.680.2400.71201.1851.5219.41
Hex18394B4418047c93413
Octal30711131043001073116423
Binary110001110011001011100010011000010001111100100111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18394B; }

 p { color: rgb(24,57,75); }

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

<style>
 a { background-color: #18394B; }

 a { background-color: rgb(24,57,75); }

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

<style>
 span { border-color: #18394B; }

 span { border-color: rgb(24,57,75); }

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