#15313E

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

Shades of Blue Whale #15313E

Tints of Blue Whale #15313E

Color information

#15313E (or 0x15313E) is unknown color: approx Blue Whale. HEX triplet: 15, 31 and 3E. RGB value is (21,49,62). Sum of RGB (Red+Green+Blue) = 21+49+62=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 62 (24.61% from 255 or 46.97% from 132); Max value from RGB is 62 - color contains mainly: blue. Hex color #15313E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15313E is #EACEC1. Grayscale: #2A2A2A. Windows color (decimal): -15388354 or 4075797. OLE color: 4075797.

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

Color convert

RGB214962-
CMYK0.660.2100.76
HSL199.02º49.4%16.27%-
HSV(B)199.02º66.13%24.31%-
XYZ2.282.74.96-
YUV42.11139.22112.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.91%
GREEN value IS 49 (19.53% from 255) = 37.12%
BLUE value IS 62 (24.61% from 255) = 46.97%
R=15.91%
G=37.12%
B=46.97%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2149620.660.2100.76199.0249.416.27
Hex15313E421504Cc73110
Octal2561761022501143076120
Binary10101110001111110100001010101010011001100011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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