#133846

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

Shades of Blue Whale #133846

Tints of Blue Whale #133846

Color information

#133846 (or 0x133846) is unknown color: approx Blue Whale. HEX triplet: 13, 38 and 46. RGB value is (19,56,70). Sum of RGB (Red+Green+Blue) = 19+56+70=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 70 (27.73% from 255 or 48.28% from 145); Max value from RGB is 70 - color contains mainly: blue. Hex color #133846 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133846 is #ECC7B9. Grayscale: #2E2E2E. Windows color (decimal): -15517626 or 4601875. OLE color: 4601875.

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

Color convert

RGB195670-
CMYK0.730.2000.73
HSL196.47º57.3%17.45%-
HSV(B)196.47º72.86%27.45%-
XYZ2.793.416.31-
YUV46.53141.24108.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.10%
GREEN value IS 56 (22.27% from 255) = 38.62%
BLUE value IS 70 (27.73% from 255) = 48.28%
R=13.10%
G=38.62%
B=48.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1956700.730.2000.73196.4757.317.45
Hex1338464914049c43911
Octal23701061112401113047121
Binary100111110001000110100100110100010010011100010011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133846; }

 p { color: rgb(19,56,70); }

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

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

 a { background-color: rgb(19,56,70); }

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

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

 span { border-color: rgb(19,56,70); }

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