#13394C

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

Shades of Blue Whale #13394C

Tints of Blue Whale #13394C

Color information

#13394C (or 0x13394C) is unknown color: approx Blue Whale. HEX triplet: 13, 39 and 4C. RGB value is (19,57,76). Sum of RGB (Red+Green+Blue) = 19+57+76=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #13394C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13394C is #ECC6B3. Grayscale: #2F2F2F. Windows color (decimal): -15517364 or 4995347. OLE color: 4995347.

HSL color Cylindrical-coordinate representation of color #13394C: hue angle of 200º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #13394C is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB195776-
CMYK0.750.2500.70
HSL200º60%18.63%-
HSV(B)200º75%29.8%-
XYZ3.043.597.37-
YUV47.8143.91107.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.5%
GREEN value IS 57 (22.66% from 255) = 37.5%
BLUE value IS 76 (30.08% from 255) = 50%
R=12.5%
G=37.5%
B=50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1957760.750.2500.702006018.63
Hex13394C4B19046c83c13
Octal23711141133101063107423
Binary100111110011001100100101111001010001101100100011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13394C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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