#13354C

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

Shades of Blue Whale #13354C

Tints of Blue Whale #13354C

Color information

#13354C (or 0x13354C) is unknown color: approx Blue Whale. HEX triplet: 13, 35 and 4C. RGB value is (19,53,76). Sum of RGB (Red+Green+Blue) = 19+53+76=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #13354C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13354C is #ECCAB3. Grayscale: #2D2D2D. Windows color (decimal): -15518388 or 4994323. OLE color: 4994323.

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

Color convert

RGB195376-
CMYK0.750.3000.70
HSL204.21º60%18.63%-
HSV(B)204.21º75%29.8%-
XYZ2.853.217.31-
YUV45.46145.24109.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 53 (21.09% from 255) = 35.81%
BLUE value IS 76 (30.08% from 255) = 51.35%
R=12.84%
G=35.81%
B=51.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1953760.750.3000.70204.216018.63
Hex13354C4B1E046cc3c13
Octal23651141133601063147423
Binary100111101011001100100101111110010001101100110011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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