#13303A

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

Shades of Blue Whale #13303A

Tints of Blue Whale #13303A

Color information

#13303A (or 0x13303A) is unknown color: approx Blue Whale. HEX triplet: 13, 30 and 3A. RGB value is (19,48,58). Sum of RGB (Red+Green+Blue) = 19+48+58=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 58 (23.05% from 255 or 46.4% from 125); Max value from RGB is 58 - color contains mainly: blue. Hex color #13303A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13303A is #ECCFC5. Grayscale: #282828. Windows color (decimal): -15519686 or 3813395. OLE color: 3813395.

HSL color Cylindrical-coordinate representation of color #13303A: hue angle of 195.38º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #13303A is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB194858-
CMYK0.670.1700.77
HSL195.38º50.65%15.1%-
HSV(B)195.38º67.24%22.75%-
XYZ2.092.564.39-
YUV40.47137.89112.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.2%
GREEN value IS 48 (19.14% from 255) = 38.4%
BLUE value IS 58 (23.05% from 255) = 46.4%
R=15.2%
G=38.4%
B=46.4%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1948580.670.1700.77195.3850.6515.1
Hex13303A431104Dc333f
Octal2360721032101153036317
Binary1001111000011101010000111000101001101110000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13303A; }

 p { color: rgb(19,48,58); }

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

<style>
 a { background-color: #13303A; }

 a { background-color: rgb(19,48,58); }

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

<style>
 span { border-color: #13303A; }

 span { border-color: rgb(19,48,58); }

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