#133245

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

Shades of Blue Whale #133245

Tints of Blue Whale #133245

Color information

#133245 (or 0x133245) is unknown color: approx Blue Whale. HEX triplet: 13, 32 and 45. RGB value is (19,50,69). Sum of RGB (Red+Green+Blue) = 19+50+69=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 69 (27.34% from 255 or 50% from 138); Max value from RGB is 69 - color contains mainly: blue. Hex color #133245 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133245 is #ECCDBA. Grayscale: #2A2A2A. Windows color (decimal): -15519163 or 4534803. OLE color: 4534803.

HSL color Cylindrical-coordinate representation of color #133245: hue angle of 202.8º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #133245 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB195069-
CMYK0.720.2800.73
HSL202.8º56.82%17.25%-
HSV(B)202.8º72.46%27.06%-
XYZ2.482.856.05-
YUV42.9142.73110.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.77%
GREEN value IS 50 (19.92% from 255) = 36.23%
BLUE value IS 69 (27.34% from 255) = 50%
R=13.77%
G=36.23%
B=50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1950690.720.2800.73202.856.8217.25
Hex133245481C049cb3911
Octal23621051103401113137121
Binary100111100101000101100100011100010010011100101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133245; }

 p { color: rgb(19,50,69); }

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

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

 a { background-color: rgb(19,50,69); }

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

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

 span { border-color: rgb(19,50,69); }

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