#133348

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

Shades of Blue Whale #133348

Tints of Blue Whale #133348

Color information

#133348 (or 0x133348) is unknown color: approx Blue Whale. HEX triplet: 13, 33 and 48. RGB value is (19,51,72). Sum of RGB (Red+Green+Blue) = 19+51+72=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #133348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133348 is #ECCCB7. Grayscale: #2B2B2B. Windows color (decimal): -15518904 or 4731667. OLE color: 4731667.

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

Color convert

RGB195172-
CMYK0.740.2900.72
HSL203.77º58.24%17.84%-
HSV(B)203.77º73.61%28.24%-
XYZ2.622.976.57-
YUV43.83143.9110.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.38%
GREEN value IS 51 (20.31% from 255) = 35.92%
BLUE value IS 72 (28.52% from 255) = 50.70%
R=13.38%
G=35.92%
B=50.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1951720.740.2900.72203.7758.2417.84
Hex1333484A1D048cc3a12
Octal23631101123501103147222
Binary100111100111001000100101011101010010001100110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133348; }

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

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

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

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

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

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

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

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