#133A48

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

Shades of Blue Whale #133A48

Tints of Blue Whale #133A48

Color information

#133A48 (or 0x133A48) is unknown color: approx Blue Whale. HEX triplet: 13, 3A and 48. RGB value is (19,58,72). Sum of RGB (Red+Green+Blue) = 19+58+72=149 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.75% from 149); Green value is 58 (23.05% from 255 or 38.93% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #133A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133A48 is #ECC5B7. Grayscale: #2F2F2F. Windows color (decimal): -15517112 or 4733459. OLE color: 4733459.

HSL color Cylindrical-coordinate representation of color #133A48: hue angle of 195.85º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #133A48 is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB195872-
CMYK0.740.1900.72
HSL195.85º58.24%17.84%-
HSV(B)195.85º73.61%28.24%-
XYZ2.953.636.68-
YUV47.93141.58107.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.75%
GREEN value IS 58 (23.05% from 255) = 38.93%
BLUE value IS 72 (28.52% from 255) = 48.32%
R=12.75%
G=38.93%
B=48.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1958720.740.1900.72195.8558.2417.84
Hex133A484A13048c43a12
Octal23721101122301103047222
Binary100111110101001000100101010011010010001100010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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