#15303F

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

Shades of Blue Whale #15303F

Tints of Blue Whale #15303F

Color information

#15303F (or 0x15303F) is unknown color: approx Blue Whale. HEX triplet: 15, 30 and 3F. RGB value is (21,48,63). Sum of RGB (Red+Green+Blue) = 21+48+63=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 63 - color contains mainly: blue. Hex color #15303F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15303F is #EACFC0. Grayscale: #292929. Windows color (decimal): -15388609 or 4141077. OLE color: 4141077.

HSL color Cylindrical-coordinate representation of color #15303F: hue angle of 201.43º 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 #15303F is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB214863-
CMYK0.670.2400.75
HSL201.43º50%16.47%-
HSV(B)201.43º66.67%24.71%-
XYZ2.262.635.09-
YUV41.64140.05113.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.91%
GREEN value IS 48 (19.14% from 255) = 36.36%
BLUE value IS 63 (25% from 255) = 47.73%
R=15.91%
G=36.36%
B=47.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2148630.670.2400.75201.435016.47
Hex15303F431804Bc93210
Octal2560771033001133116220
Binary10101110000111111100001111000010010111100100111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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