#13384C

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

Shades of Blue Whale #13384C

Tints of Blue Whale #13384C

Color information

#13384C (or 0x13384C) is unknown color: approx Blue Whale. HEX triplet: 13, 38 and 4C. RGB value is (19,56,76). Sum of RGB (Red+Green+Blue) = 19+56+76=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 56 (22.27% from 255 or 37.09% from 151); Blue value is 76 (30.08% from 255 or 50.33% from 151); Max value from RGB is 76 - color contains mainly: blue. Hex color #13384C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13384C is #ECC7B3. Grayscale: #2F2F2F. Windows color (decimal): -15517620 or 4995091. OLE color: 4995091.

HSL color Cylindrical-coordinate representation of color #13384C: hue angle of 201.05º 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 #13384C is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB195676-
CMYK0.750.2600.70
HSL201.05º60%18.63%-
HSV(B)201.05º75%29.8%-
XYZ2.993.497.35-
YUV47.22144.24107.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.58%
GREEN value IS 56 (22.27% from 255) = 37.09%
BLUE value IS 76 (30.08% from 255) = 50.33%
R=12.58%
G=37.09%
B=50.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1956760.750.2600.70201.056018.63
Hex13384C4B1A046c93c13
Octal23701141133201063117423
Binary100111110001001100100101111010010001101100100111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13384C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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