#18313D

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

Shades of Blue Whale #18313D

Tints of Blue Whale #18313D

Color information

#18313D (or 0x18313D) is unknown color: approx Blue Whale. HEX triplet: 18, 31 and 3D. RGB value is (24,49,61). Sum of RGB (Red+Green+Blue) = 24+49+61=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 61 (24.22% from 255 or 45.52% from 134); Max value from RGB is 61 - color contains mainly: blue. Hex color #18313D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18313D is #E7CEC2. Grayscale: #2A2A2A. Windows color (decimal): -15191747 or 4010264. OLE color: 4010264.

HSL color Cylindrical-coordinate representation of color #18313D: hue angle of 199.46º 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 #18313D is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB244961-
CMYK0.610.2000.76
HSL199.46º43.53%16.67%-
HSV(B)199.46º60.66%23.92%-
XYZ2.322.734.82-
YUV42.89138.22114.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.91%
GREEN value IS 49 (19.53% from 255) = 36.57%
BLUE value IS 61 (24.22% from 255) = 45.52%
R=17.91%
G=36.57%
B=45.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2449610.610.2000.76199.4643.5316.67
Hex18313D3D1404Cc72c11
Octal306175752401143075421
Binary1100011000111110111110110100010011001100011110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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