#133148

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

Shades of Blue Whale #133148

Tints of Blue Whale #133148

Color information

#133148 (or 0x133148) is unknown color: approx Blue Whale. HEX triplet: 13, 31 and 48. RGB value is (19,49,72). Sum of RGB (Red+Green+Blue) = 19+49+72=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 72 (28.52% from 255 or 51.43% from 140); Max value from RGB is 72 - color contains mainly: blue. Hex color #133148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133148 is #ECCEB7. Grayscale: #2A2A2A. Windows color (decimal): -15519416 or 4731155. OLE color: 4731155.

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

Color convert

RGB194972-
CMYK0.740.3200.72
HSL206.04º58.24%17.84%-
HSV(B)206.04º73.61%28.24%-
XYZ2.542.86.54-
YUV42.65144.56111.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.57%
GREEN value IS 49 (19.53% from 255) = 35%
BLUE value IS 72 (28.52% from 255) = 51.43%
R=13.57%
G=35%
B=51.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1949720.740.3200.72206.0458.2417.84
Hex1331484A20048ce3a12
Octal23611101124001103167222
Binary1001111000110010001001010100000010010001100111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133148; }

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

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

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

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

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

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

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

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