#18313A

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

Shades of Blue Whale #18313A

Tints of Blue Whale #18313A

Color information

#18313A (or 0x18313A) is unknown color: approx Blue Whale. HEX triplet: 18, 31 and 3A. RGB value is (24,49,58). Sum of RGB (Red+Green+Blue) = 24+49+58=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 58 (23.05% from 255 or 44.27% from 131); Max value from RGB is 58 - color contains mainly: blue. Hex color #18313A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18313A is #E7CEC5. Grayscale: #2A2A2A. Windows color (decimal): -15191750 or 3813656. OLE color: 3813656.

HSL color Cylindrical-coordinate representation of color #18313A: hue angle of 195.88º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #18313A is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB244958-
CMYK0.590.1600.77
HSL195.88º41.46%16.08%-
HSV(B)195.88º58.62%22.75%-
XYZ2.242.74.41-
YUV42.55136.72114.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.32%
GREEN value IS 49 (19.53% from 255) = 37.40%
BLUE value IS 58 (23.05% from 255) = 44.27%
R=18.32%
G=37.40%
B=44.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2449580.590.1600.77195.8841.4616.08
Hex18313A3B1004Dc42910
Octal306172732001153045120
Binary1100011000111101011101110000010011011100010010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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