#15313B

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

Shades of Blue Whale #15313B

Tints of Blue Whale #15313B

Color information

#15313B (or 0x15313B) is unknown color: approx Blue Whale. HEX triplet: 15, 31 and 3B. RGB value is (21,49,59). Sum of RGB (Red+Green+Blue) = 21+49+59=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 59 (23.44% from 255 or 45.74% from 129); Max value from RGB is 59 - color contains mainly: blue. Hex color #15313B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15313B is #EACEC4. Grayscale: #292929. Windows color (decimal): -15388357 or 3879189. OLE color: 3879189.

HSL color Cylindrical-coordinate representation of color #15313B: hue angle of 195.79º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #15313B is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB214959-
CMYK0.640.1700.77
HSL195.79º47.5%15.69%-
HSV(B)195.79º64.41%23.14%-
XYZ2.22.674.54-
YUV41.77137.72113.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.28%
GREEN value IS 49 (19.53% from 255) = 37.98%
BLUE value IS 59 (23.44% from 255) = 45.74%
R=16.28%
G=37.98%
B=45.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2149590.640.1700.77195.7947.515.69
Hex15313B401104Dc43010
Octal2561731002101153046020
Binary10101110001111011100000010001010011011100010011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15313B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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