#15303B

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

Shades of Blue Whale #15303B

Tints of Blue Whale #15303B

Color information

#15303B (or 0x15303B) is unknown color: approx Blue Whale. HEX triplet: 15, 30 and 3B. RGB value is (21,48,59). Sum of RGB (Red+Green+Blue) = 21+48+59=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 59 (23.44% from 255 or 46.09% from 128); Max value from RGB is 59 - color contains mainly: blue. Hex color #15303B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15303B is #EACFC4. Grayscale: #292929. Windows color (decimal): -15388613 or 3878933. OLE color: 3878933.

HSL color Cylindrical-coordinate representation of color #15303B: hue angle of 197.37º 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 #15303B is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB214859-
CMYK0.640.1900.77
HSL197.37º47.5%15.69%-
HSV(B)197.37º64.41%23.14%-
XYZ2.162.594.52-
YUV41.18138.05113.61-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.41%
GREEN value IS 48 (19.14% from 255) = 37.5%
BLUE value IS 59 (23.44% from 255) = 46.09%
R=16.41%
G=37.5%
B=46.09%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2148590.640.1900.77197.3747.515.69
Hex15303B401304Dc53010
Octal2560731002301153056020
Binary10101110000111011100000010011010011011100010111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15303B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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