#18313E

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

Shades of Blue Whale #18313E

Tints of Blue Whale #18313E

Color information

#18313E (or 0x18313E) is unknown color: approx Blue Whale. HEX triplet: 18, 31 and 3E. RGB value is (24,49,62). Sum of RGB (Red+Green+Blue) = 24+49+62=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 62 (24.61% from 255 or 45.93% from 135); Max value from RGB is 62 - color contains mainly: blue. Hex color #18313E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18313E is #E7CEC1. Grayscale: #2A2A2A. Windows color (decimal): -15191746 or 4075800. OLE color: 4075800.

HSL color Cylindrical-coordinate representation of color #18313E: hue angle of 200.53º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #18313E is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB244962-
CMYK0.610.2100.76
HSL200.53º44.19%16.86%-
HSV(B)200.53º61.29%24.31%-
XYZ2.342.744.96-
YUV43.01138.72114.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.78%
GREEN value IS 49 (19.53% from 255) = 36.30%
BLUE value IS 62 (24.61% from 255) = 45.93%
R=17.78%
G=36.30%
B=45.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2449620.610.2100.76200.5344.1916.86
Hex18313E3D1504Cc92c11
Octal306176752501143115421
Binary1100011000111111011110110101010011001100100110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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