#133748

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

Shades of Blue Whale #133748

Tints of Blue Whale #133748

Color information

#133748 (or 0x133748) is unknown color: approx Blue Whale. HEX triplet: 13, 37 and 48. RGB value is (19,55,72). Sum of RGB (Red+Green+Blue) = 19+55+72=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #133748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133748 is #ECC8B7. Grayscale: #2E2E2E. Windows color (decimal): -15517880 or 4732691. OLE color: 4732691.

HSL color Cylindrical-coordinate representation of color #133748: hue angle of 199.25º 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 #133748 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB195572-
CMYK0.740.2400.72
HSL199.25º58.24%17.84%-
HSV(B)199.25º73.61%28.24%-
XYZ2.83.346.63-
YUV46.17142.57108.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.01%
GREEN value IS 55 (21.88% from 255) = 37.67%
BLUE value IS 72 (28.52% from 255) = 49.32%
R=13.01%
G=37.67%
B=49.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1955720.740.2400.72199.2558.2417.84
Hex1337484A18048c73a12
Octal23671101123001103077222
Binary100111101111001000100101011000010010001100011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133748; }

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

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

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

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

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

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

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

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