#13354F

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

Shades of Blue Whale #13354F

Tints of Blue Whale #13354F

Color information

#13354F (or 0x13354F) is unknown color: approx Blue Whale. HEX triplet: 13, 35 and 4F. RGB value is (19,53,79). Sum of RGB (Red+Green+Blue) = 19+53+79=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 79 (31.25% from 255 or 52.32% from 151); Max value from RGB is 79 - color contains mainly: blue. Hex color #13354F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13354F is #ECCAB0. Grayscale: #2D2D2D. Windows color (decimal): -15518385 or 5190931. OLE color: 5190931.

HSL color Cylindrical-coordinate representation of color #13354F: hue angle of 206º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #13354F is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB195379-
CMYK0.760.3300.69
HSL206º61.22%19.22%-
HSV(B)206º75.95%30.98%-
XYZ2.953.257.87-
YUV45.8146.74108.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.58%
GREEN value IS 53 (21.09% from 255) = 35.10%
BLUE value IS 79 (31.25% from 255) = 52.32%
R=12.58%
G=35.10%
B=52.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1953790.760.3300.6920661.2219.22
Hex13354F4C21045ce3d13
Octal23651171144101053167523
Binary1001111010110011111001100100001010001011100111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,53,79); }

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

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

 a { background-color: rgb(19,53,79); }

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

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

 span { border-color: rgb(19,53,79); }

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