#13303C

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

Shades of Blue Whale #13303C

Tints of Blue Whale #13303C

Color information

#13303C (or 0x13303C) is unknown color: approx Blue Whale. HEX triplet: 13, 30 and 3C. RGB value is (19,48,60). Sum of RGB (Red+Green+Blue) = 19+48+60=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 60 (23.83% from 255 or 47.24% from 127); Max value from RGB is 60 - color contains mainly: blue. Hex color #13303C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13303C is #ECCFC3. Grayscale: #282828. Windows color (decimal): -15519684 or 3944467. OLE color: 3944467.

HSL color Cylindrical-coordinate representation of color #13303C: hue angle of 197.56º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #13303C is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB194860-
CMYK0.680.2000.76
HSL197.56º51.9%15.49%-
HSV(B)197.56º68.33%23.53%-
XYZ2.142.584.66-
YUV40.7138.89112.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.96%
GREEN value IS 48 (19.14% from 255) = 37.80%
BLUE value IS 60 (23.83% from 255) = 47.24%
R=14.96%
G=37.80%
B=47.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1948600.680.2000.76197.5651.915.49
Hex13303C441404Cc634f
Octal2360741042401143066417
Binary1001111000011110010001001010001001100110001101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13303C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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