#13394B

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

Shades of Blue Whale #13394B

Tints of Blue Whale #13394B

Color information

#13394B (or 0x13394B) is unknown color: approx Blue Whale. HEX triplet: 13, 39 and 4B. RGB value is (19,57,75). Sum of RGB (Red+Green+Blue) = 19+57+75=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 75 (29.69% from 255 or 49.67% from 151); Max value from RGB is 75 - color contains mainly: blue. Hex color #13394B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13394B is #ECC6B4. Grayscale: #2F2F2F. Windows color (decimal): -15517365 or 4929811. OLE color: 4929811.

HSL color Cylindrical-coordinate representation of color #13394B: hue angle of 199.29º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13394B is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB195775-
CMYK0.750.2400.71
HSL199.29º59.57%18.43%-
HSV(B)199.29º74.67%29.41%-
XYZ33.577.19-
YUV47.69143.41107.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.58%
GREEN value IS 57 (22.66% from 255) = 37.75%
BLUE value IS 75 (29.69% from 255) = 49.67%
R=12.58%
G=37.75%
B=49.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1957750.750.2400.71199.2959.5718.43
Hex13394B4B18047c73c12
Octal23711131133001073077422
Binary100111110011001011100101111000010001111100011111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,57,75); }

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

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

 a { background-color: rgb(19,57,75); }

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

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

 span { border-color: rgb(19,57,75); }

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