#13334D

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

Shades of Blue Whale #13334D

Tints of Blue Whale #13334D

Color information

#13334D (or 0x13334D) is unknown color: approx Blue Whale. HEX triplet: 13, 33 and 4D. RGB value is (19,51,77). Sum of RGB (Red+Green+Blue) = 19+51+77=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #13334D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #13334D is #ECCCB2. Grayscale: #2C2C2C. Windows color (decimal): -15518899 or 5059347. OLE color: 5059347.

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

Color convert

RGB195177-
CMYK0.750.3400.70
HSL206.9º60.42%18.82%-
HSV(B)206.9º75.32%30.2%-
XYZ2.793.047.46-
YUV44.4146.4109.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.93%
GREEN value IS 51 (20.31% from 255) = 34.69%
BLUE value IS 77 (30.47% from 255) = 52.38%
R=12.93%
G=34.69%
B=52.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1951770.750.3400.70206.960.4218.82
Hex13334D4B22046cf3c13
Octal23631151134201063177423
Binary1001111001110011011001011100010010001101100111111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13334D; }

 p { color: rgb(19,51,77); }

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

<style>
 a { background-color: #13334D; }

 a { background-color: rgb(19,51,77); }

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

<style>
 span { border-color: #13334D; }

 span { border-color: rgb(19,51,77); }

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