#15313F

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

Shades of Blue Whale #15313F

Tints of Blue Whale #15313F

Color information

#15313F (or 0x15313F) is unknown color: approx Blue Whale. HEX triplet: 15, 31 and 3F. RGB value is (21,49,63). Sum of RGB (Red+Green+Blue) = 21+49+63=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 63 (25% from 255 or 47.37% from 133); Max value from RGB is 63 - color contains mainly: blue. Hex color #15313F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15313F is #EACEC0. Grayscale: #2A2A2A. Windows color (decimal): -15388353 or 4141333. OLE color: 4141333.

HSL color Cylindrical-coordinate representation of color #15313F: hue angle of 200º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #15313F is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB214963-
CMYK0.670.2200.75
HSL200º50%16.47%-
HSV(B)200º66.67%24.71%-
XYZ2.32.715.11-
YUV42.22139.72112.86-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.79%
GREEN value IS 49 (19.53% from 255) = 36.84%
BLUE value IS 63 (25% from 255) = 47.37%
R=15.79%
G=36.84%
B=47.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2149630.670.2200.752005016.47
Hex15313F431604Bc83210
Octal2561771032601133106220
Binary10101110001111111100001110110010010111100100011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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