#133A4D

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

Shades of Blue Whale #133A4D

Tints of Blue Whale #133A4D

Color information

#133A4D (or 0x133A4D) is unknown color: approx Blue Whale. HEX triplet: 13, 3A and 4D. RGB value is (19,58,77). Sum of RGB (Red+Green+Blue) = 19+58+77=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 77 (30.47% from 255 or 50% from 154); Max value from RGB is 77 - color contains mainly: blue. Hex color #133A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133A4D is #ECC5B2. Grayscale: #303030. Windows color (decimal): -15517107 or 5061139. OLE color: 5061139.

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

Color convert

RGB195877-
CMYK0.750.2500.70
HSL199.66º60.42%18.82%-
HSV(B)199.66º75.32%30.2%-
XYZ3.123.77.57-
YUV48.5144.08106.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.34%
GREEN value IS 58 (23.05% from 255) = 37.66%
BLUE value IS 77 (30.47% from 255) = 50%
R=12.34%
G=37.66%
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
Decimal1958770.750.2500.70199.6660.4218.82
Hex133A4D4B19046c83c13
Octal23721151133101063107423
Binary100111110101001101100101111001010001101100100011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133A4D; }

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

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

<style>
 a { background-color: #133A4D; }

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

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

<style>
 span { border-color: #133A4D; }

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

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